MCPcopy Create free account
hub / github.com/nodejs/nan / SetVerbose

Method SetVerbose

nan.h:563–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 inline void Reset() { try_catch_.Reset(); }
562
563 inline void SetVerbose(bool value) { try_catch_.SetVerbose(value); }
564
565 inline void SetCaptureMessage(bool value) {
566 try_catch_.SetCaptureMessage(value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected