Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
query
Function · 0.45
Calls
2
read_json
Function · 0.85
stats_file
Method · 0.80
Tested by
no test coverage detected