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

Method IDs

cel/folding_test.go:903–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

901}
902
903func (c *idCollector) IDs() []int64 {
904 sort.Sort(c.ids)
905 return c.ids
906}
907
908// int64Slice is an implementation of the sort.Interface
909type int64Slice []int64

Callers

nothing calls this directly

Calls 1

SortMethod · 0.45

Tested by

no test coverage detected