MCPcopy
hub / github.com/syncthing/syncthing / noopCounter

Struct noopCounter

lib/scanner/blocks.go:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140func (noopHash) Write([]byte) (int, error) { return 0, nil }
141
142type noopCounter struct{}
143
144func (*noopCounter) Update(_ int64) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected