MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearWorkflowCaches

Function clearWorkflowCaches

src/commands/workflows/workflows.test.ts:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22let configDir: string
23
24function clearWorkflowCaches(): void {
25 ;(loadMarkdownFilesForSubdir as { cache?: { clear?: () => void } }).cache
26 ?.clear?.()
27}
28
29beforeEach(async () => {
30 projectDir = await mkdtemp(join(tmpdir(), 'ncode-workflows-command-'))

Callers 1

workflows.test.tsFile · 0.70

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected