MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / GetMany

Method GetMany

src/NodeRTLib/ProjectFiles/CollectionsWrap.h:612–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 static void GetMany(Nan::NAN_METHOD_ARGS_TYPE info) {
613 HandleScope scope;
614 Nan::ThrowError(Nan::Error(NodeRT::Utils::NewString(L"Not implemented")));
615 return;
616 }
617
618 static void First(Nan::NAN_METHOD_ARGS_TYPE info) {
619 HandleScope scope;

Callers

nothing calls this directly

Calls 1

NewStringFunction · 0.85

Tested by

no test coverage detected