MCPcopy Index your code
hub / github.com/syncthing/syncthing / Write

Method Write

lib/scanner/blocks.go:140–140  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

138func (noopHash) Reset() {}
139func (noopHash) Sum([]byte) []byte { return nil }
140func (noopHash) Write([]byte) (int, error) { return 0, nil }
141
142type noopCounter struct{}
143

Callers 1

TestNormalizationFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestNormalizationFunction · 0.36