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

Method SetAttributeMatcher

eval/public/activation.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 friend class cel::runtime_internal::ActivationAttributeMatcherAccess;
139
140 void SetAttributeMatcher(
141 const cel::runtime_internal::AttributeMatcher* matcher) {
142 attribute_matcher_ = matcher;
143 }
144
145 void SetAttributeMatcher(
146 std::unique_ptr<const cel::runtime_internal::AttributeMatcher> matcher) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected