MCPcopy Index your code
hub / github.com/AI45Lab/Code / read_raw

Method read_raw

core/src/agent_api/tests.rs:69–71  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

67 }
68
69 fn read_raw(&self, path: &str) -> Option<String> {
70 self.files.read().unwrap().get(path).cloned()
71 }
72}
73
74#[async_trait::async_trait]

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected