MCPcopy Create free account
hub / github.com/facebook/time / FetchStats

Method FetchStats

fbclock/daemon/daemon.go:102–102  ·  view source on GitHub ↗

function to fetch stats

(cfg *Config)

Source from the content-addressed store, hash-verified

100
101// DataFetcher is the data fetcher interface
102type DataFetcher interface {
103 //function to gm data
104 FetchGMs(cfg *Config) (targest []string, err error)
105 //function to fetch stats

Callers 2

TestJSONStatsFunction · 0.65
RunMethod · 0.65

Implementers 2

SockFetcherfbclock/daemon/datafetcher_sock.go
HTTPFetcherfbclock/daemon/datafetcher_http.go

Calls

no outgoing calls

Tested by 1

TestJSONStatsFunction · 0.52