MCPcopy
hub / github.com/Doorman11991/smallcode / isWarn

Method isWarn

src/tools/trust_decay.js:69–69  ·  view source on GitHub ↗

Returns true if this tool should be de-prioritized.

(toolName)

Source from the content-addressed store, hash-verified

67
68 /** Returns true if this tool should be de-prioritized. */
69 isWarn(toolName) { return this.level(toolName) === 'warn'; }
70
71 /**
72 * Filter a tools array to remove dropped tools and move warned tools to

Callers

nothing calls this directly

Calls 1

levelMethod · 0.95

Tested by

no test coverage detected