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

Function read_jsonl_raw

crates/ccql/src/streaming/mod.rs:36–38  ·  view source on GitHub ↗
(path: impl AsRef<Path>)

Source from the content-addressed store, hash-verified

34}
35
36pub async fn read_jsonl_raw(path: impl AsRef<Path>) -> Result<Vec<serde_json::Value>> {
37 read_jsonl::<serde_json::Value>(path).await
38}
39
40pub async fn read_json<T>(path: impl AsRef<Path>) -> Result<T>
41where

Callers 5

load_rawMethod · 0.85
load_sessionMethod · 0.85
load_all_sessionsMethod · 0.85
search_in_sessionsMethod · 0.85
load_rawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected