MCPcopy Index your code
hub / github.com/wendux/fly / use

Method use

index.d.ts:39–39  ·  view source on GitHub ↗
(onSend?: (request: V) => any)

Source from the content-addressed store, hash-verified

37
38export interface FlyRequestInterceptor<V> {
39 use(onSend?: (request: V) => any): void;
40 lock(): void;
41 unlock(): void;
42

Callers 3

test.jsFile · 0.65
typeScriptTest.jsFile · 0.65
typeScriptTest.tsFile · 0.65

Implementers 2

Fly_.js
Flysrc/fly.js

Calls

no outgoing calls

Tested by

no test coverage detected