MCPcopy 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

46type Row = Touch & { core: Core }
47
48function storePath() {
49 return Flag.OPENCODE_PLUGIN_META_FILE ?? path.join(Global.Path.state, "plugin-meta.json")
50}
51
52function lock(file: string) {
53 return `plugin-meta:${file}`

Callers 3

touchManyFunction · 0.85
setThemeFunction · 0.85
listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected