MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / 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 1

index.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected