MCPcopy
hub / github.com/anomalyco/opencode / create

Method create

packages/effect-drizzle-sqlite/examples/basic.ts:35–35  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

33interface UserStoreShape {
34 migrate(): Effect.Effect<void, UserStoreError>
35 create(name: string): Effect.Effect<void, UserStoreError>
36 rename(from: string, to: string): Effect.Effect<void, UserStoreError>
37 list(): Effect.Effect<User[], UserStoreError>
38}

Callers 15

effect.test.tsFile · 0.65
promise.test.tsFile · 0.65
successFunction · 0.65
create-api-key.tsFile · 0.65
black-gift.tsFile · 0.65
provider.tsFile · 0.65
workspace.tsFile · 0.65
createFromAccountFunction · 0.65
createFunction · 0.65
user.tsFile · 0.65
model.tsFile · 0.65

Calls

no outgoing calls

Tested by 15

assertionFunction · 0.52
captureFunction · 0.52
createFunction · 0.52
withCreatedWorktreeFunction · 0.52
createSummaryCompactionFunction · 0.52
withSessionFunction · 0.52
createWorkspaceFunction · 0.52
withSessionFunction · 0.52
withSessionFunction · 0.52
createSessionFunction · 0.52
createSessionFunction · 0.52
createLocalWorkspaceFunction · 0.52