Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ noopCtx
Function
noopCtx
ui/src/components/pipeline/__tests__/pipeline.test.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
});
26
27
function
noopCtx(): PipelineContext {
28
return
{ cancelled: false };
29
}
30
31
describe(
'pipeline'
, () => {
32
it(
'full pipeline on multi-file Python repo'
, () => {
Callers
1
pipeline.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected