MCPcopy
hub / github.com/alibaba/MongoShake / ChecksumCalculator

Struct ChecksumCalculator

modules/checksum.go:12–12  ·  view source on GitHub ↗

* * ====== ChecksumCoder ======= * */

Source from the content-addressed store, hash-verified

10 *
11 */
12type ChecksumCalculator struct{}
13
14func (coder *ChecksumCalculator) IsRegistered() bool {
15 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected