Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ parse
Function
parse
packages/opencode/src/plugin/shared.ts:16–20 ·
view source on GitHub ↗
(spec: string)
Source
from the content-addressed store, hash-verified
14
}
15
16
function
parse(spec: string) {
17
try {
18
return
npa(spec)
19
} catch {}
20
}
21
22
export
function
parsePluginSpecifier(spec: string) {
23
const
hit = parse(spec)
Callers
3
parsePluginSpecifier
Function · 0.70
resolvePluginTarget
Function · 0.70
shell.ts
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected