Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
research-report.workflow.mjs
File · 0.50
Calls
1
emit
Function · 0.70
Tested by
no test coverage detected