Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ storePath
Function
storePath
packages/opencode/src/plugin/meta.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
type
Row = Touch & { core: Core }
47
48
function
storePath() {
49
return
Flag.OPENCODE_PLUGIN_META_FILE ?? path.join(Global.Path.state,
"plugin-meta.json"
)
50
}
51
52
function
lock(file: string) {
53
return
`plugin-meta:${file}`
Callers
3
touchMany
Function · 0.85
setTheme
Function · 0.85
list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected