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

Method load_all

crates/ccql/src/datasources/history.rs:15–17  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

13 }
14
15 pub async fn load_all(&self) -> Result<Vec<HistoryEntry>> {
16 streaming::read_jsonl(self.config.history_file()).await
17 }
18
19 pub async fn load_raw(&self) -> Result<Vec<serde_json::Value>> {
20 streaming::read_jsonl_raw(self.config.history_file()).await

Callers 3

filter_promptsMethod · 0.45
filter_by_projectMethod · 0.45
filter_by_date_rangeMethod · 0.45

Calls 2

read_jsonlFunction · 0.85
history_fileMethod · 0.80

Tested by

no test coverage detected