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

Function log

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

Source from the content-addressed store, hash-verified

35 );
36
37 const log: MockConsole['log'] = (...args) => {
38 return Ref.update(lines, Array.appendAll(args));
39 };
40
41 const info: MockConsole['info'] = (...args) => {
42 return Ref.update(lines, Array.appendAll(args));

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected