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

Method ToChecked

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

Source from the content-addressed store, hash-verified

245 inline bool IsJust() const { return has_value_; }
246
247 inline T ToChecked() const { return FromJust(); }
248 inline void Check() const { FromJust(); }
249
250 inline bool To(T* out) const {

Callers 1

NAN_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected