MCPcopy
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
267export async function which(...args: Parameters<Interface["which"]>) {
268 return runPromise((svc) => svc.which(...args))
269}

Callers 1

getCopyMethodFunction · 0.50

Calls 1

runPromiseFunction · 0.85

Tested by

no test coverage detected