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

Function list

packages/opencode/src/plugin/meta.ts:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183export async function list(): Promise<Store> {
184 const file = storePath()
185 return Flock.withLock(lock(file), async () => read(file))
186}
187
188export * as PluginMeta from "./meta"

Callers 3

paginateFunction · 0.50
fetchFunction · 0.50
read.tsFile · 0.50

Calls 3

storePathFunction · 0.85
lockFunction · 0.70
readFunction · 0.70

Tested by

no test coverage detected