MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Len

Method Len

actor/sharedaction/logging.go:69–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67type LogMessages []*LogMessage
68
69func (lm LogMessages) Len() int { return len(lm) }
70
71func (lm LogMessages) Less(i, j int) bool {
72 return lm[i].timestamp.Before(lm[j].timestamp)

Callers 3

ResourcesMethod · 0.45
CalculateRequestSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected