Structs§
- METADATA_
MUTEX 🔒 - Metadata
Cache - Cache implementation for metadata to reduce database access.
Functions§
- cleanup_
duplicate_ keys - Cleans up duplicate metadata keys in a thread-safe manner.
- cleanup_
duplicate_ 🔒keys_ internal - Internal function to clean up duplicate metadata keys.
- create_
meta_ table - Creates the metadata table in the database if it doesn’t already exist.
- get_
meta_ value - Retrieves a metadata value by its key.
- initialize_
metadata_ system - Initializes the metadata system, ensuring the table exists and is clean.
- meta_
table_ exists - Checks if the metadata table exists in the database.
- meta_
table_ 🔒exists_ internal - Internal function to check if the metadata table exists.
- set_
meta_ value - Sets a metadata value for a specific key.