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

Interface OperatingSytem

frontend/src/data/DataProcessor.ts:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36export interface OperatingSytem {
37 vendor: string;
38 architecture: string;
39}
40
41export interface ClientDetail {
42 label?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected