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

Method SetSource

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

Source from the content-addressed store, hash-verified

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);
68 }
69
70 absl_nullable std::unique_ptr<cel::Source> ReleaseSource() {
71 return std::move(source_);

Callers 2

CompileMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64