MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / use

Method use

frontend/src/client/core/OpenAPI.ts:22–24  ·  view source on GitHub ↗
(fn: Middleware<T>)

Source from the content-addressed store, hash-verified

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

Callers 6

items.spec.tsFile · 0.80
admin.spec.tsFile · 0.80
login.spec.tsFile · 0.80
sign-up.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected