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

Method container

checker/cost.go:333–338  ·  view source on GitHub ↗

container returns the container kind (list or map) of the entry.

()

Source from the content-addressed store, hash-verified

331
332// container returns the container kind (list or map) of the entry.
333func (s *entrySizeEstimate) container() types.Kind {
334 if s == nil {
335 return types.UnknownKind
336 }
337 return s.containerKind
338}
339
340// keySize returns the SizeEstimate for the key if one exists.
341func (s *entrySizeEstimate) keySize() *SizeEstimate {

Callers 3

pushIterKeyMethod · 0.80
pushIterValueMethod · 0.80
pushIterSingleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected