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