MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / resolveContextCommandAction

Function resolveContextCommandAction

app/composables/useCommandPalette.ts:152–154  ·  view source on GitHub ↗
(actionId: string)

Source from the content-addressed store, hash-verified

150 }
151
152 function resolveContextCommandAction(actionId: string) {
153 return actionRegistry.get(actionId)
154 }
155
156 function setPackageContextOnOpen(scopeId: string, onOpen: () => void | Promise<void>) {
157 packageContextOpenRegistry.set(scopeId, onOpen)

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected