Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Function · 0.80
list_tables
Method · 0.80
scan_todos
Method · 0.80
fetch_all_schemas
Method · 0.80
load_all
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected