MCPcopy Create free account
hub / github.com/ShipSecAI/studio / use

Method use

packages/backend-client/src/api-client.ts:71–73  ·  view source on GitHub ↗

* Add middleware to the client

(middleware: Middleware)

Source from the content-addressed store, hash-verified

69 * Add middleware to the client
70 */
71 use(middleware: Middleware) {
72 this.client.use(middleware);
73 }
74
75 // ===== Health =====
76

Callers 4

constructorMethod · 0.80
markdown.tsxFile · 0.80
bootstrapFunction · 0.80
server.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected