MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Sort

Method Sort

cel/folding_test.go:921–921  ·  view source on GitHub ↗

Sort is a convenience method: x.Sort() calls Sort(x).

()

Source from the content-addressed store, hash-verified

919
920// Sort is a convenience method: x.Sort() calls Sort(x).
921func (x int64Slice) Sort() { sort.Sort(x) }

Callers 2

compareUnknownIDsFunction · 0.45
IDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected