MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / operator[]

Method operator[]

napi-inl.h:1655–1658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653 : TypeTaggable(env, value) {}
1654
1655inline Object::PropertyLValue<std::string> Object::operator[](
1656 const char* utf8name) {
1657 return PropertyLValue<std::string>(*this, utf8name);
1658}
1659
1660inline Object::PropertyLValue<std::string> Object::operator[](
1661 const std::string& utf8name) {

Callers

nothing calls this directly

Calls 2

EnvClass · 0.85
ValueFunction · 0.70

Tested by

no test coverage detected