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