MCPcopy
hub / github.com/claude-code-best/claude-code / log

Function log

packages/workflow-engine/src/engine/hooks.ts:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 const log: WorkflowHooks['log'] = message => {
281 emit({ type: 'log', message })
282 }
283
284 const workflow: WorkflowHooks['workflow'] = async (nameOrRef, args) => {
285 if (ctx.resources.depth >= 1) {

Callers 1

Calls 1

emitFunction · 0.70

Tested by

no test coverage detected