MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / begin

Method begin

napi-inl.h:1911–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1909}
1910
1911inline Object::const_iterator Napi::Object::begin() const {
1912 const_iterator it(this, Object::const_iterator::Type::BEGIN);
1913 return it;
1914}
1915
1916inline Object::const_iterator Napi::Object::end() const {
1917 const_iterator it(this, Object::const_iterator::Type::END);

Callers 5

DefinePropertiesMethod · 0.80
CallMethod · 0.80
MakeCallbackMethod · 0.80
NewMethod · 0.80
DefineClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected