tiny.smg.storage.paths
Defined in storage.
API (10)
Values and defaults
Public values and defaults.
database_file_namehistory_file_nameignore_relative_pathlock_file_namerefresh_file_namerules_relative_pathsmg_dir_namesource_file_namesource_temp_file_namewal_file_name
Source
Source: tools/smg/src/storage/paths.zig
zig
pub const smg_dir_name = ".smg";pub const ignore_relative_path = "tools/smg/data/ignore";pub const rules_relative_path = "tools/smg/data/rules";pub const database_file_name = "smg.db";pub const wal_file_name = "smg.db.wal";pub const history_file_name = "smg.history";pub const lock_file_name = "lock";pub const refresh_file_name = "refreshing";pub const source_file_name = "source.bin";pub const source_temp_file_name = "source.bin.tmp";Source: tools/smg/src/storage/root.zig:7
zig
pub const paths = @import("paths.zig");Audit
| Definitions | 11 |
|---|---|
| Public names | 11 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |