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

Function IdleNotification

nan.h:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && \
702 V8_MINOR_VERSION >= 7))
703 NAN_DEPRECATED inline bool IdleNotification(int) {
704 return true;
705 }
706# elif defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \
707 (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3))
708 NAN_DEPRECATED inline bool IdleNotification(int idle_time_in_ms) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected