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

Method GetAccessApis

eval/eval/select_step_test.cc:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 MOCK_METHOD(std::vector<absl::string_view>, ListFields,
108 (const CelValue::MessageWrapper& value), (const, override));
109 const LegacyTypeAccessApis* GetAccessApis(
110 const CelValue::MessageWrapper& instance) const override {
111 return this;
112 }
113};
114
115class SelectStepTest : public testing::Test {

Callers 7

MessageEqualFunction · 0.45
EqualMethod · 0.45
IsZeroValueMethod · 0.45
GetFieldByNameMethod · 0.45
HasFieldByNameMethod · 0.45
ForEachFieldMethod · 0.45
QualifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected