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

Method Description

common/ast/ast.go:300–305  ·  view source on GitHub ↗

Description provides information about where the expression came from.

()

Source from the content-addressed store, hash-verified

298
299// Description provides information about where the expression came from.
300func (s *SourceInfo) Description() string {
301 if s == nil {
302 return ""
303 }
304 return s.desc
305}
306
307// LineOffsets returns a list of the 0-based character offsets in the input text where newlines appear.
308func (s *SourceInfo) LineOffsets() []int32 {

Callers 1

TestSourceInfoFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSourceInfoFunction · 0.76