MCPcopy Create free account
hub / github.com/PostHog/duckgres / env

Struct env

controlplane/admin/live.go:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196 // sumKilled parses peer {"killed":N} bodies, returning the total and how many
197 // peers responded with a parseable 200.
198 sumKilled := func(bodies [][]byte) (killed, responders int) {
199 for _, b := range bodies {
200 var e struct {
201 Killed int `json:"killed"`
202 }

Callers 1

mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected