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

Function SetAddHistogramSampleFunction

nan.h:694–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692 }
693
694 inline
695 void SetAddHistogramSampleFunction(v8::AddHistogramSampleCallback cb) {
696 v8::Isolate::GetCurrent()->SetAddHistogramSampleFunction(cb);
697 }
698
699#if defined(V8_MAJOR_VERSION) && \
700 (V8_MAJOR_VERSION > 12 || \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected