Module storage

Source

Modules§

db
Public API for db operations. Dispatches automatically over IPC to the real implementations in ipc::dispatch::db.
graph
Represents a graph: user’s main local knowledge graph, other graphs of the user, graphs shared with the user, or general resource library graph.
node
pc_settings
Persistent configuration for PC settings. Provides serialization and deserialization to a file in the app’s cache directory.
user
User management: creation, deletion, login, metadata. This tries to lock the user during write operations so it won’t end up in inconsistent states, etc. but that doesn’t currently seem to work reliably.

Functions§

_get_storage_dir 🔒
append_file
create_store
get
get_asset
get_help_for_tty
get_help_html
get_help_troff
get_storage_dir
guarantee_dir
inline_css_imports 🔒
overwrite_file
put
put_file
register_views