Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FormatIssues
Function · 0.80
FormatIssues
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
2
FormatIssues
Function · 0.64
FormatIssues
Function · 0.64