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

Function makeEventGroup

packages/protocol/src/groups/event.ts:49–50  ·  view source on GitHub ↗
(definitions: Definitions)

Source from the content-addressed store, hash-verified

47}
48
49export const makeEventGroup = <const Definitions extends ReadonlyArray<Definition>>(definitions: Definitions) =>
50 make(definitions).group
51
52const event = make(EventManifest.ServerDefinitions)
53export const EventGroup = event.group

Callers 1

makeApiFunction · 0.90

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected