MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / read

Function read

tests/hermes_suite/dashboard.rs:31–34  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

29}
30
31fn read(path: &Path) -> String {
32 std::fs::read_to_string(path)
33 .unwrap_or_else(|e| panic!("failed to read {}: {e}", path.display()))
34}
35
36const DIST_FILES: &[&str] = &[
37 "index.js",

Calls

no outgoing calls