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

Function create

packages/schema/src/session-id.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 Schema.brand("SessionID"),
7 statics((schema) => {
8 const create = () => schema.make("ses_" + descending())
9 return {
10 create,
11 descending: (id?: string) => (id === undefined ? create() : schema.make(id)),

Callers 1

session-id.tsFile · 0.70

Calls 2

descendingFunction · 0.90
makeMethod · 0.45

Tested by

no test coverage detected