MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / minInt64

Function minInt64

pkg/filestore/blockstore.go:529–534  ·  view source on GitHub ↗
(a, b int64)

Source from the content-addressed store, hash-verified

527}
528
529func minInt64(a, b int64) int64 {
530 if a < b {
531 return a
532 }
533 return b
534}

Callers 2

readAtMethod · 0.85
DataLengthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected