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

Interface ClientResponse

frontend/src/data/DataProcessor.ts:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54export interface ClientResponse {
55 clients: NameCountResponse[]
56 versions: NameCountResponse[]
57 operatingSystems: NameCountResponse[]
58 languages: NameCountResponse[]
59}
60
61export interface ClientDatabase {
62 obj: {[key: number]: Client}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected