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

Method list

packages/enterprise/src/core/storage.ts:9–9  ·  view source on GitHub ↗
(options?: { prefix?: string; limit?: number; after?: string; before?: string })

Source from the content-addressed store, hash-verified

7 write(path: string, value: string): Promise<void>
8 remove(path: string): Promise<void>
9 list(options?: { prefix?: string; limit?: number; after?: string; before?: string }): Promise<string[]>
10 }
11
12 function createAdapter(client: AwsClient, endpoint: string, bucket: string): Adapter {

Callers 15

effect.test.tsFile · 0.65
promise.test.tsFile · 0.65
fetchMethod · 0.65
getDataMethod · 0.65
clearMethod · 0.65
billing.tsFile · 0.65
getFunction · 0.65
GETFunction · 0.65
GETFunction · 0.65
handlerFunction · 0.65
model-section.tsxFile · 0.65

Calls

no outgoing calls

Tested by 7

listFunction · 0.52
loadFunction · 0.52
rejectAllFunction · 0.52
waitForPendingFunction · 0.52
listFunction · 0.52
listInFunction · 0.52
testFunction · 0.52