🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "xdg"

Found 4 matching component(s)

  • class Config_v7

    A persistent configuration dictionary that automatically saves changes to a JSON file whenever the dictionary is modified.

    File: /tf/active/vicechatdev/rmcl/config.py

    configuration persistence dictionary json storage
  • function _fix_old_cache_dir

    Migrates an old cache database file from the 'rmfuse' directory to the 'rmcl' directory in the XDG cache home location.

    File: /tf/active/vicechatdev/rmcl/datacache.py

    migration cache file-system backward-compatibility xdg
  • function _get_conn

    Lazy initialization function that returns a singleton SQLite database connection, creating the database and required table schema if they don't exist.

    File: /tf/active/vicechatdev/rmcl/datacache.py

    database sqlite singleton connection-management caching
  • function set_property

    Inserts or updates a property value for a specific file ID and version in a SQLite database table named 'filedata'.

    File: /tf/active/vicechatdev/rmcl/datacache.py

    database sqlite persistence cache metadata

Search Examples