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

Struct result

pkg/api/api.go:129–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type result struct {
130 Clients []client `json:"clients"`
131 Languages []client `json:"languages"`
132 OperatingSystems []client `json:"operatingSystems"`
133 Versions []client `json:"versions"`
134 Countries []client `json:"countries"`
135}
136
137func (a *Api) cachedOrQuery(prefix, query string, whereArgs []interface{}) []client {
138 var result []client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected