Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ org
Function
org
packages/opencode/test/account/service.test.ts:52–52 ·
view source on GitHub ↗
(id: string, name: string)
Source
from the content-addressed store, hash-verified
50
const
encodeOrg = Schema.encodeSync(Org)
51
52
const
org = (id: string, name: string) => encodeOrg(
new
Org({ id: OrgID.make(id), name }))
53
54
const
login = () =>
55
new
Login({
Callers
1
service.test.ts
File · 0.85
Calls
1
make
Method · 0.45
Tested by
no test coverage detected