MCPcopy
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

hasMethod · 0.95
recordMethod · 0.95

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected