Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.70
Calls
2
ascending
Function · 0.90
make
Method · 0.45
Tested by
no test coverage detected