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

Function versionedType

packages/schema/src/event.ts:94–96  ·  view source on GitHub ↗
(type: string, version: number)

Source from the content-addressed store, hash-verified

92}
93
94export function versionedType(type: string, version: number) {
95 return `${type}.${version}`
96}
97
98export function durable<const Definitions extends ReadonlyArray<Definition>>(definitions: Definitions) {
99 return readonlyMap(

Callers 2

commitDurableEventFunction · 0.85
durableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected