Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ provide
Function
provide
packages/console/core/src/context.ts:16–18 ·
view source on GitHub ↗
(value: T, fn: () => R)
Source
from the content-addressed store, hash-verified
14
return
result
15
},
16
provide<R>(value: T, fn: () => R) {
17
return
storage.run(value, fn)
18
},
19
}
20
}
21
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected