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

Method AddFunctionConfig

env/config.cc:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161absl::Status Config::AddFunctionConfig(const FunctionConfig& function_config) {
162 CEL_RETURN_IF_ERROR(ValidateFunctionConfig(function_config));
163 function_configs_.push_back(function_config);
164 return absl::OkStatus();
165}
166
167std::ostream& operator<<(std::ostream& os,
168 const Config::StandardLibraryConfig& config) {

Callers 4

GetExportTestCasesFunction · 0.80
TESTFunction · 0.80
ParseFunctionConfigsFunction · 0.80
env_test.ccFile · 0.80

Calls

no outgoing calls

Tested by 2

GetExportTestCasesFunction · 0.64
TESTFunction · 0.64