MCPcopy Index your code
hub / github.com/expr-lang/expr / Len

Method Len

vm/runtime/sort.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (s *Sort) Len() int {
32 return len(s.Array)
33}
34
35func (s *Sort) Swap(i, j int) {
36 s.Array[i], s.Array[j] = s.Array[j], s.Array[i]

Callers 15

EnvWithCacheFunction · 0.45
NextMethod · 0.45
dumpFunction · 0.45
LenFunction · 0.45
minMaxFunction · 0.45
meanFunction · 0.45
medianFunction · 0.45
flattenFunction · 0.45
getFunction · 0.45
builtin.goFile · 0.45
RunMethod · 0.45
FetchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected