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

Method Invoke

runtime/activation_test.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 FunctionImpl() = default;
68
69 absl::StatusOr<Value> Invoke(absl::Span<const Value> args,
70 const InvokeContext& context) const override {
71 return NullValue();
72 }
73};
74
75using ActivationTest = common_internal::ValueTest<>;

Callers

nothing calls this directly

Calls 1

NullValueClass · 0.50

Tested by

no test coverage detected