MCPcopy Create free account
hub / github.com/Tencent/Hippy / SaveFunctionData

Method SaveFunctionData

core/src/scope.cc:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void Scope::SaveFunctionData(std::unique_ptr<hippy::napi::FunctionData> data) {
204 function_data_.push_back(std::move(data));
205}
206
207void Scope::RunJS(const std::string&& js,
208 const std::string& name,

Callers 3

GetInternalBindingFunction · 0.80
RegisterGlobalModuleMethod · 0.80
RegisterModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected