Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/backnotprop/plannotator
/ loadCommandHandlers
Function
loadCommandHandlers
apps/opencode-plugin/embedded.ts:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
async
function
loadCommandHandlers() {
27
recoverNativeFetchConstructors();
28
return
await
import
(
"./commands"
);
29
}
30
31
export
async
function
runEmbeddedPlanReview(
32
input: EmbeddedPlanReviewInput,
Callers
1
handleEmbeddedCommand
Function · 0.85
Calls
1
recoverNativeFetchConstructors
Function · 0.90
Tested by
no test coverage detected