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

Method load_raw

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

Source from the content-addressed store, hash-verified

17 }
18
19 pub async fn load_raw(&self) -> Result<Vec<serde_json::Value>> {
20 streaming::read_jsonl_raw(self.config.history_file()).await
21 }
22
23 pub async fn filter_prompts(&self) -> Result<Vec<HistoryEntry>> {
24 let entries = self.load_all().await?;

Callers

nothing calls this directly

Calls 2

read_jsonl_rawFunction · 0.85
history_fileMethod · 0.80

Tested by

no test coverage detected