MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Len

Method Len

IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62type IntervalSlice []Interval
63
64func (s IntervalSlice) Len() int {
65 return len(s)
66}
67
68func (s IntervalSlice) Less(i, j int) bool {
69 if s[i].Start < s[j].Start {

Callers 1

restoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected