MCPcopy Create free account
hub / github.com/anomalyco/opencode / source

Function source

packages/tui/src/feature-plugins/system/plugins.tsx:23–26  ·  view source on GitHub ↗
(spec: string)

Source from the content-addressed store, hash-verified

21}
22
23function source(spec: string) {
24 if (!spec.startsWith("file://")) return
25 return fileURLToPath(spec)
26}
27
28function meta(item: TuiPluginStatus, width: number) {
29 if (item.source === "internal") {

Callers 1

metaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected