MCPcopy
hub / github.com/syncthing/syncthing / BlockSize

Method BlockSize

lib/scanner/blocks.go:136–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135func (noopHash) Sum32() uint32 { return 0 }
136func (noopHash) BlockSize() int { return 0 }
137func (noopHash) Size() int { return 0 }
138func (noopHash) Reset() {}
139func (noopHash) Sum([]byte) []byte { return nil }

Callers 14

recheckFileMethod · 0.45
copyDoneMethod · 0.45
pullDoneMethod · 0.45
ProgressMethod · 0.45
TestIssue5002Function · 0.45
renameFileMethod · 0.45
reuseBlocksMethod · 0.45
pullBlockMethod · 0.45
finisherRoutineMethod · 0.45
updateMethod · 0.45
TestBlocksizeHysteresisFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestIssue5002Function · 0.36
TestBlocksizeHysteresisFunction · 0.36