MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Filter

Interface Filter

frontend/src/data/DataProcessor.ts:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface Filter {
16 name?: string
17 version?: Partial<Version>
18 os?: Partial<OperatingSytem>
19 runtime?: Partial<Runtime>
20}
21
22export interface Runtime {
23 name?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected