Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Doorman11991/smallcode
/ isIdempotent
Method
isIdempotent
src/tools/dedup.js:167–169 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
165
}
166
167
isIdempotent(name) {
168
return
IDEMPOTENT_WRITE_TOOLS.has(name);
169
}
170
171
// Returns true if this call was already executed *this turn*.
172
has(name, args) {
Callers
3
has
Method · 0.95
record
Method · 0.95
dedup_idempotent.test.js
File · 0.80
Calls
1
has
Method · 0.45
Tested by
no test coverage detected