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

Function create

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

Source from the content-addressed store, hash-verified

6 Schema.brand("WorkspaceV2.ID"),
7 statics((schema) => {
8 const create = () => schema.make("wrk_" + ascending())
9 return {
10 ascending: (id?: string) => {
11 if (!id) return create()

Callers 1

workspace-id.tsFile · 0.70

Calls 2

ascendingFunction · 0.90
makeMethod · 0.45

Tested by

no test coverage detected