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

Method load_raw

crates/ccql/src/datasources/stats.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<serde_json::Value> {
20 streaming::read_json(self.config.stats_file()).await
21 }
22}

Callers 1

queryFunction · 0.45

Calls 2

read_jsonFunction · 0.85
stats_fileMethod · 0.80

Tested by

no test coverage detected