MCPcopy Create free account
hub / github.com/Snapchat/Valdi / call

Method call

valdi_core/src/valdi_core/cpp/Utils/ValueFunction.hpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 */
160 Result<Value> call(ValueFunctionFlags flags, const Value* parameters, size_t size) noexcept;
161 Result<Value> call(ValueFunctionFlags flags, std::initializer_list<Value> parameters) noexcept {
162 return call(flags, parameters.begin(), parameters.size());
163 }
164
165 /**
166 Try to call the function synchronously and get the result. But if the

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected