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

Method expression_source

testing/testrunner/cel_test_context.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 const CelExpressionSource* absl_nullable expression_source() const {
97 return expression_source_.get();
98 }
99
100 const absl::flat_hash_map<std::string, cel::expr::Value>&
101 custom_bindings() const {

Callers 2

GetCheckedExprMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected