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

Method load_raw

crates/ccql/src/datasources/codex_history.rs:14–16  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

12 }
13
14 pub async fn load_raw(&self) -> Result<Vec<serde_json::Value>> {
15 streaming::read_jsonl_raw(self.config.jhistory_file()).await
16 }
17}

Callers

nothing calls this directly

Calls 2

read_jsonl_rawFunction · 0.85
jhistory_fileMethod · 0.80

Tested by

no test coverage detected