MCPcopy 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_infoFunction · 0.80
list_tablesMethod · 0.80
fetch_all_schemasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected