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

Method GetMany

src/NodeRTLib/ProjectFiles/CollectionsWrap.h:922–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920 }
921
922 static void GetMany(Nan::NAN_METHOD_ARGS_TYPE info) {
923 HandleScope scope;
924 Nan::ThrowError(Nan::Error(NodeRT::Utils::NewString(L"Not implemented")));
925 return;
926 }
927
928 static void GetView(Nan::NAN_METHOD_ARGS_TYPE info) {
929 HandleScope scope;

Callers

nothing calls this directly

Calls 1

NewStringFunction · 0.85

Tested by

no test coverage detected