Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ runtime.test.ts
File
runtime.test.ts
packages/tui/test/plugin/runtime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
"bun:test"
2
import
{ createPluginRuntime } from
"../../src/plugin/runtime"
3
4
test(
"routes use the latest registration and restore previous registrations"
, () => {
Callers
nothing calls this directly
Calls
8
createPluginRuntime
Function · 0.90
test
Function · 0.85
activate
Method · 0.80
get
Method · 0.65
update
Method · 0.65
dispose
Function · 0.50
status
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected