Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avoidwork/tenso
/ clear
Method
clear
benchmarks/memory.js:97–99 ·
view source on GitHub ↗
* Clears all snapshots
()
Source
from the content-addressed store, hash-verified
95
* Clears all snapshots
96
*/
97
clear () {
98
this.snapshots = [];
99
}
100
}
101
102
/**
Callers
1
middleware-prometheus.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected