Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douglance/devsql
/ projects_dir
Method
projects_dir
crates/ccql/src/config/mod.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn projects_dir(&self) -> PathBuf {
65
self.data_dir.join(
"projects"
)
66
}
67
68
pub fn todos_dir(&self) -> PathBuf {
69
self.data_dir.join(
"todos"
)
Callers
4
print_tables_info
Function · 0.80
list_tables
Method · 0.80
fetch_all_schemas
Method · 0.80
discover_transcript_files
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected