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

Method calls

tests/automation_runner_test/support.rs:63–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61 }
62
63 pub(crate) fn calls(&self) -> usize {
64 self.calls.load(Ordering::SeqCst)
65 }
66}
67
68impl AgentTaskBackend for JsonBackend {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected