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

Method line_offsets

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

Source from the content-addressed store, hash-verified

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_);
174 }
175
176 private:
177 const std::string description_;

Callers 11

GetLocationMethod · 0.80
GetSourceInfoMethod · 0.80
GetLineAndLineOffsetFunction · 0.80
FindLinePositionMethod · 0.80
FindLineMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
ComputeSourceLocationMethod · 0.80
SourceInfoToProtoFunction · 0.80
GetLineNumberFunction · 0.80

Calls

no outgoing calls

Tested by 3

GetLocationMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64