MCPcopy Index your code
hub / github.com/anomalyco/opencode / operations

Function operations

packages/httpapi-codegen/src/index.ts:304–306  ·  view source on GitHub ↗
(groups: ReadonlyArray<Group>)

Source from the content-addressed store, hash-verified

302}
303
304function operations(groups: ReadonlyArray<Group>) {
305 return groups.flatMap((group) => group.endpoints.map((endpoint) => endpoint.operation))
306}
307
308function renderEffectFiles(groups: ReadonlyArray<Group>): Output["files"] {
309 return [

Callers 3

emitEffectFunction · 0.85
emitEffectImportedFunction · 0.85
emitPromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected