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

Function Just

nan.h:301–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300template<typename T>
301inline Maybe<T> Just(const T& t) {
302 return Maybe<T>(t);
303}
304
305#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \
306 (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3))

Callers 4

HasPrivateFunction · 0.85
SetPrivateFunction · 0.85
DeletePrivateFunction · 0.85
NAN_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected