Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
export
interface
FlyRequestInterceptor<V> {
39
use(onSend?: (request: V) => any): void;
40
lock(): void;
41
unlock(): void;
42
Callers
3
test.js
File · 0.65
typeScriptTest.js
File · 0.65
typeScriptTest.ts
File · 0.65
Implementers
2
Fly
_.js
Fly
src/fly.js
Calls
no outgoing calls
Tested by
no test coverage detected