Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
183
export
async
function
list(): Promise<Store> {
184
const
file = storePath()
185
return
Flock.withLock(lock(file),
async
() => read(file))
186
}
187
188
export
* as PluginMeta from
"./meta"
Callers
3
paginate
Function · 0.50
fetch
Function · 0.50
read.ts
File · 0.50
Calls
3
storePath
Function · 0.85
lock
Function · 0.70
read
Function · 0.70
Tested by
no test coverage detected