MCPcopy Create free account
hub / github.com/outerbase/studio / afterQuery

Method afterQuery

src/core/extension-manager.tsx:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 }
152
153 async afterQuery() {
154 for (const handler of this.afterQueryHandlers) {
155 await handler();
156 }
157 }
158}

Callers

nothing calls this directly

Calls 1

handlerFunction · 0.85

Tested by

no test coverage detected