MCPcopy 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

1import { expect, test } from 'bun:test'
2import { mkdtemp, mkdir, readFile, rm, writeFile } from 'node:fs/promises'
3import { tmpdir } from 'node:os'
4import { join } from 'node:path'

Callers

nothing calls this directly

Calls 15

createWorkflowToolFunction · 0.85
rmFunction · 0.85
readFileFunction · 0.85
mkdirFunction · 0.85
createHostHandleFunction · 0.85
callMethod · 0.80
isReadOnlyMethod · 0.80
descriptionMethod · 0.80
setMethod · 0.80
mockPortsFunction · 0.70
getMethod · 0.65

Tested by

no test coverage detected