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

Function MakeFunctionReference

common/reference.h:258–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258inline Reference MakeFunctionReference(std::string name,
259 std::vector<std::string> overloads) {
260 Reference reference;
261 reference.set_name(std::move(name));
262 reference.mutable_kind().emplace<FunctionReference>().set_overloads(
263 std::move(overloads));
264 return reference;
265}
266
267} // namespace cel
268

Callers 1

TESTFunction · 0.85

Calls 2

set_overloadsMethod · 0.80
set_nameMethod · 0.45

Tested by 1

TESTFunction · 0.68