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

Method Sort

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

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

()

Source from the content-addressed store, hash-verified

1276
1277// Sort is a convenience method: x.Sort() calls Sort(x).
1278func (x int64Slice) Sort() { sort.Sort(x) }
1279
1280func TestConstantFoldingOption_FoldKnownValuesNilInput(t *testing.T) {
1281 opt, err := FoldKnownValues(nil)(&constantFoldingOptimizer{})

Callers 2

compareUnknownIDsFunction · 0.45
IDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected