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

Function create

packages/schema/src/pty.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11export const ID = IDSchema.pipe(
12 statics((schema: typeof IDSchema) => {
13 const create = () => schema.make("pty_" + ascending())
14 return {
15 create,
16 ascending: (id?: string) => (id === undefined ? create() : schema.make(id)),

Callers 2

pty.tsFile · 0.70
opencode.tsFile · 0.50

Calls 2

ascendingFunction · 0.90
makeMethod · 0.45

Tested by

no test coverage detected