MCPcopy 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

50const encodeOrg = Schema.encodeSync(Org)
51
52const org = (id: string, name: string) => encodeOrg(new Org({ id: OrgID.make(id), name }))
53
54const login = () =>
55 new Login({

Callers 1

service.test.tsFile · 0.85

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected