MCPcopy Create free account
hub / github.com/douglance/devsql / todos_dir

Method todos_dir

crates/ccql/src/config/mod.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn todos_dir(&self) -> PathBuf {
69 self.data_dir.join("todos")
70 }
71
72 pub fn stats_file(&self) -> PathBuf {
73 self.data_dir.join("stats-cache.json")

Callers 5

print_tables_infoFunction · 0.80
list_tablesMethod · 0.80
scan_todosMethod · 0.80
fetch_all_schemasMethod · 0.80
load_allMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected