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

Method AddOverloadImpl

common/decl.cc:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void FunctionDecl::AddOverloadImpl(const OverloadDecl& overload,
197 absl::Status& status) {
198 AddOverloadInternal(name_, overloads_.insertion_order, overloads_.set,
199 overload, status);
200}
201
202void FunctionDecl::AddOverloadImpl(OverloadDecl&& overload,
203 absl::Status& status) {

Callers 1

MakeFunctionDeclFunction · 0.80

Calls 1

AddOverloadInternalFunction · 0.85

Tested by

no test coverage detected