Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
function source(spec: string) {
24
if (!spec.startsWith(
"file://"
)) return
25
return fileURLToPath(spec)
26
}
27
28
function meta(item: TuiPluginStatus, width: number) {
29
if (item.source ===
"internal"
) {
Callers
1
meta
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected