Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
impl AgentTaskBackend for JsonBackend {
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected