MCPcopy Index your code
hub / github.com/anomalyco/opencode / rename

Method rename

packages/effect-drizzle-sqlite/examples/basic.ts:36–36  ·  view source on GitHub ↗
(from: string, to: string)

Source from the content-addressed store, hash-verified

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}
39

Callers 8

watcher.test.tsFile · 0.80
models-dev.tsFile · 0.80
discovery.tsFile · 0.80
daemon.tsFile · 0.80
spawnFunction · 0.80
discovery.tsFile · 0.80
basic.tsFile · 0.80
fileSystemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected