Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ which
Function
which
packages/core/src/npm.ts:267–269 ·
view source on GitHub ↗
(...args: Parameters<Interface["which"]>)
Source
from the content-addressed store, hash-verified
265
}
266
267
export
async
function
which(...args: Parameters<Interface[
"which"
]>) {
268
return
runPromise((svc) => svc.which(...args))
269
}
Callers
1
getCopyMethod
Function · 0.50
Calls
1
runPromise
Function · 0.85
Tested by
no test coverage detected