MCPcopy 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
16function parse(spec: string) {
17 try {
18 return npa(spec)
19 } catch {}
20}
21
22export function parsePluginSpecifier(spec: string) {
23 const hit = parse(spec)

Callers 3

parsePluginSpecifierFunction · 0.70
resolvePluginTargetFunction · 0.70
shell.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected