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

Method Invoke

runtime/function.h:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102};
103
104absl::StatusOr<Value> Function::Invoke(
105 absl::Span<const Value> args,
106 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
107 google::protobuf::MessageFactory* absl_nonnull message_factory,
108 google::protobuf::Arena* absl_nonnull arena) const {
109 InvokeContext context(descriptor_pool, message_factory, arena);
110 return Invoke(args, context);
111}
112
113} // namespace cel
114

Callers 2

TEST_FFunction · 0.45
TestDispatchToFunctionFunction · 0.45

Calls 1

InvokeFunction · 0.85

Tested by 2

TEST_FFunction · 0.36
TestDispatchToFunctionFunction · 0.36