MCPcopy
hub / github.com/ComposioHQ/composio / error

Function error

ts/packages/cli/test/__utils__/services/mock-console.ts:49–51  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

47 };
48
49 const error: MockConsole['error'] = (...args) => {
50 return Ref.update(lines, Array.appendAll(args));
51 };
52
53 const clear: MockConsole['clear'] = Ref.update(lines, Array.empty);
54

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…