MCPcopy
hub / github.com/opentrace/opentrace / noopCtx

Function noopCtx

ui/src/components/pipeline/__tests__/parsing.test.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21import { getPhpParser, getPythonParser, makeRepoTree } from './helpers';
22
23function noopCtx(): PipelineContext {
24 return { cancelled: false };
25}
26
27beforeAll(async () => {
28 const pyParser = await getPythonParser();

Callers 1

runBothFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected