Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ clear
Method
clear
core/src/trace.rs:122–124 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
120
}
121
122
pub fn clear(&self) {
123
self.events.write().unwrap().clear();
124
}
125
}
126
127
impl TraceSink for InMemoryTraceSink {
Callers
4
list_worktrees
Function · 0.45
replace_snapshots
Method · 0.45
clear_working
Method · 0.45
clear_short_term
Method · 0.45
Calls
1
write
Method · 0.80
Tested by
no test coverage detected