MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / description

Method description

common/source.cc:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 line_offsets_(std::move(line_offsets)) {}
169
170 absl::string_view description() const final { return description_; }
171
172 absl::Span<const SourcePosition> line_offsets() const final {
173 return absl::MakeConstSpan(line_offsets_);

Callers 5

ToDisplayStringMethod · 0.80
DisplayParserErrorFunction · 0.80
GetSourceInfoMethod · 0.80
ParseImplFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64