MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/tools/AgentToolRuntime.test.ts:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318for (const errorsPath of errorsPaths) {
319 mock.module(errorsPath, () => ({
320 AbortError: class AbortError extends Error {},
321 errorMessage(error: unknown) {
322 return error instanceof Error ? error.message : String(error)
323 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected