MCPcopy Create free account
hub / github.com/Power-Playground/app / activeCommandHandler

Function activeCommandHandler

core/src/components/QuickAccess.tsx:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 return this.asyncFeature.promise
109 },
110 get activeCommandHandler() {
111 return activeCommandName
112 ? commands.get(activeCommandName)
113 : undefined
114 },
115 register(command, handler) {
116 commands.set(command, handler)
117 return () => {

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected