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

Method Apply

runtime/function_adapter.h:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117struct AdaptHelper {
118 template <typename T>
119 static absl::Status Apply(absl::Span<const Value> input, T& output) {
120 return AdaptHelperImpl<0, Args...>::template Apply<T>(input, output);
121 }
122};
123
124template <typename... Args>

Calls

no outgoing calls

Tested by

no test coverage detected