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

Function create

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

Source from the content-addressed store, hash-verified

11 Schema.brand("QuestionV2.ID"),
12 statics((schema) => {
13 const create = () => schema.make("que_" + ascending())
14 return {
15 create,
16 ascending: (id?: string) => (id === undefined ? create() : schema.make(id)),

Callers 1

question.tsFile · 0.70

Calls 2

ascendingFunction · 0.90
makeMethod · 0.45

Tested by

no test coverage detected