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

Method ListFunctions

eval/public/cel_function_registry.h:113–116  ·  view source on GitHub ↗

Retrieve list of registered function descriptors. This includes both static and lazy functions.

Source from the content-addressed store, hash-verified

111 // Retrieve list of registered function descriptors. This includes both
112 // static and lazy functions.
113 absl::node_hash_map<std::string, std::vector<const cel::FunctionDescriptor*>>
114 ListFunctions() const {
115 return modern_registry_.ListFunctions();
116 }
117
118 // cel internal accessor for returning backing modern registry.
119 //

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36