MCPcopy
hub / github.com/msgbyte/tianji / use

Method use

packages/client-sdk/src/open/client/core/OpenAPI.ts:21–23  ·  view source on GitHub ↗
(fn: Middleware<T>)

Source from the content-addressed store, hash-verified

19 }
20
21 use(fn: Middleware<T>) {
22 this._fns = [...this._fns, fn];
23 }
24}
25
26export type OpenAPIConfig = {

Callers 5

plugins.tsFile · 0.80
createRequestFunction · 0.80
app.tsFile · 0.80
trpc.tsFile · 0.80
initSocketioFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected