Skip to documentation
SLOP

tiny.smg.storage.paths

Reference tiny.smg storage paths

Defined in storage.

API (10)

Values and defaults

Public values and defaults.

No direct callersNo direct callsstoragepaths
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions11
Public names11
Members0
Version26.7.0
Revisiondaab053ee433