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

Method set_overloads

common/reference.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void set_overloads(std::vector<std::string> overloads) {
86 mutable_overloads() = std::move(overloads);
87 }
88
89 std::vector<std::string>& mutable_overloads() ABSL_ATTRIBUTE_LIFETIME_BOUND {
90 return overloads_;

Callers 1

MakeFunctionReferenceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected