MCPcopy
hub / github.com/opentrace/opentrace / runBoth

Function runBoth

ui/src/components/pipeline/__tests__/parsing.test.ts:38–41  ·  view source on GitHub ↗
(files: Array<{ path: string; content: string }>)

Source from the content-addressed store, hash-verified

36});
37
38function runBoth(files: Array<{ path: string; content: string }>) {
39 const repo = makeRepoTree(files);
40 return collectPipeline({ repo }, noopCtx());
41}
42
43describe('parsing stage', () => {
44 it('extracts top-level function', () => {

Callers 1

parsing.test.tsFile · 0.85

Calls 3

makeRepoTreeFunction · 0.90
collectPipelineFunction · 0.90
noopCtxFunction · 0.70

Tested by

no test coverage detected