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

Method GetSource

checker/validation_result.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 // The source expression may optionally be set if it is available.
64 const cel::Source* absl_nullable GetSource() const { return source_.get(); }
65
66 void SetSource(std::unique_ptr<Source> source) {
67 source_ = std::move(source);

Callers 2

FormatIssuesFunction · 0.80
FormatIssuesFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

FormatIssuesFunction · 0.64
FormatIssuesFunction · 0.64