Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ loadPlanServer
Function
loadPlanServer
apps/opencode-plugin/embedded.ts:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
async
function
loadPlanServer() {
22
recoverNativeFetchConstructors();
23
return
await
import
(
"@plannotator/server"
);
24
}
25
26
async
function
loadCommandHandlers() {
27
recoverNativeFetchConstructors();
Callers
1
runEmbeddedPlanReview
Function · 0.85
Calls
1
recoverNativeFetchConstructors
Function · 0.90
Tested by
no test coverage detected