Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
import
{ getPhpParser, getPythonParser, makeRepoTree } from
'./helpers'
;
22
23
function
noopCtx(): PipelineContext {
24
return
{ cancelled: false };
25
}
26
27
beforeAll(
async
() => {
28
const
pyParser =
await
getPythonParser();
Callers
1
runBoth
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected