Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ WorkflowTool.test.ts
File
WorkflowTool.test.ts
packages/workflow-engine/src/__tests__/WorkflowTool.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
'bun:test'
2
import
{ mkdtemp, mkdir, readFile, rm, writeFile } from
'node:fs/promises'
3
import
{ tmpdir } from
'node:os'
4
import
{ join } from
'node:path'
Callers
nothing calls this directly
Calls
15
createWorkflowTool
Function · 0.85
rm
Function · 0.85
readFile
Function · 0.85
mkdir
Function · 0.85
createHostHandle
Function · 0.85
call
Method · 0.80
mapToolResultToToolResultBlockParam
Method · 0.80
isReadOnly
Method · 0.80
description
Method · 0.80
set
Method · 0.80
mockPorts
Function · 0.70
get
Method · 0.65
Tested by
no test coverage detected