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

Struct client

pkg/api/api.go:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type client struct {
61 Name string `json:"name"`
62 Count int `json:"count"`
63}
64
65func addFilterArgs(vars map[string]string) (string, []interface{}, error) {
66 filter := strings.TrimSpace(vars["filter"])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected