Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/InfinitiBit/graphbit
/ clear
Method
clear
python/src/tools/result.rs:269–271 ·
view source on GitHub ↗
Clear all results
(&mut self)
Source
from the content-addressed store, hash-verified
267
268
/// Clear all results
269
pub fn clear(&mut self) {
270
self.results.clear();
271
}
272
273
/// String representation
274
pub fn __repr__(&self) -> String {
Callers
2
reset
Method · 0.45
clear_history
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected