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

Method Content

common/source.go:121–123  ·  view source on GitHub ↗

Content implements the Source interface method.

()

Source from the content-addressed store, hash-verified

119
120// Content implements the Source interface method.
121func (s *sourceImpl) Content() string {
122 return s.Slice(0, s.Len())
123}
124
125// Description implements the Source interface method.
126func (s *sourceImpl) Description() string {

Callers

nothing calls this directly

Calls 2

SliceMethod · 0.65
LenMethod · 0.65

Tested by

no test coverage detected