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

Method Description

common/ast/ast.go:292–297  ·  view source on GitHub ↗

Description provides information about where the expression came from.

()

Source from the content-addressed store, hash-verified

290
291// Description provides information about where the expression came from.
292func (s *SourceInfo) Description() string {
293 if s == nil {
294 return ""
295 }
296 return s.desc
297}
298
299// LineOffsets returns a list of the 0-based character offsets in the input text where newlines appear.
300func (s *SourceInfo) LineOffsets() []int32 {

Callers 1

TestSourceInfoFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSourceInfoFunction · 0.76