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

Method what

napi-inl.h:3546–3548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3544#ifdef NODE_ADDON_API_CPP_EXCEPTIONS
3545
3546inline const char* Error::what() const NAPI_NOEXCEPT {
3547 return Message().c_str();
3548}
3549
3550#endif // NODE_ADDON_API_CPP_EXCEPTIONS
3551

Callers 3

catchFunction · 0.80
OnExecuteMethod · 0.80
TestErrorCopySemanticsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestErrorCopySemanticsFunction · 0.64