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

Function SetCreateHistogramFunction

nan.h:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 }
688
689 inline
690 void SetCreateHistogramFunction(v8::CreateHistogramCallback cb) {
691 v8::Isolate::GetCurrent()->SetCreateHistogramFunction(cb);
692 }
693
694 inline
695 void SetAddHistogramSampleFunction(v8::AddHistogramSampleCallback cb) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected