MCPcopy Create free account
hub / github.com/anomalyco/opencode / inventory

Function inventory

packages/schema/src/event.ts:72–74  ·  view source on GitHub ↗
(...definitions: Definitions)

Source from the content-addressed store, hash-verified

70}
71
72export function inventory<const Definitions extends ReadonlyArray<Definition>>(...definitions: Definitions) {
73 return Object.freeze(definitions)
74}
75
76export function latest(definitions: ReadonlyArray<Definition>) {
77 return readonlyMap(

Callers 15

catalog.tsFile · 0.90
permission.tsFile · 0.90
plugin.tsFile · 0.90
session-todo.tsFile · 0.90
filesystem.tsFile · 0.90
models-dev.tsFile · 0.90
integration.tsFile · 0.90
project.tsFile · 0.90
reference.tsFile · 0.90
pty.tsFile · 0.90
question.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected