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

Method transcripts_dir

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

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn transcripts_dir(&self) -> PathBuf {
49 self.data_dir.join("transcripts")
50 }
51
52 pub fn history_file(&self) -> PathBuf {
53 self.data_dir.join("history.jsonl")

Callers 5

print_tables_infoFunction · 0.80
list_tablesMethod · 0.80
fetch_all_schemasMethod · 0.80
load_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected