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

Interface Option

frontend/src/data/DataProcessor.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface Option {
11 showOperatingSystemArchitecture?: boolean
12 showRuntimeVersion?: boolean
13}
14
15export interface Filter {
16 name?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected