Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ second
Function
second
packages/tui/test/plugin/runtime.test.ts:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
const
runtime = createPluginRuntime()
6
const
first = () =>
"first"
7
const
second = () =>
"second"
8
runtime.routes.register([{ name:
"demo"
, render: first }])
9
const
dispose = runtime.routes.register([{ name:
"demo"
, render: second }])
10
Callers
1
refcount.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected