Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ lock
Function
lock
packages/opencode/src/plugin/meta.ts:52–54 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
lock(file: string) {
53
return
`plugin-meta:${file}`
54
}
55
56
function
fileTarget(spec: string, target: string) {
57
if
(spec.startsWith(
"file://"
))
return
fileURLToPath(spec)
Callers
3
touchMany
Function · 0.70
setTheme
Function · 0.70
list
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected