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

Method beforeQuery

src/core/extension-manager.tsx:147–151  ·  view source on GitHub ↗
(payload: BeforeQueryPipeline)

Source from the content-addressed store, hash-verified

145 }
146
147 async beforeQuery(payload: BeforeQueryPipeline) {
148 for (const handler of this.beforeQueryHandlers) {
149 await handler(payload);
150 }
151 }
152
153 async afterQuery() {
154 for (const handler of this.afterQueryHandlers) {

Callers 1

getFunction · 0.80

Calls 1

handlerFunction · 0.85

Tested by

no test coverage detected