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

Method IterableWrapper

src/NodeRTLib/ProjectFiles/CollectionsWrap.h:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412
413 private:
414 IterableWrapper(::Windows::Foundation::Collections::IIterable<T> ^
415 winRtInstance,
416 const std::function<Local<Value>(T)>& getterFunc)
417 : _instance(winRtInstance), _getterFunc(getterFunc) {}
418
419 static void New(Nan::NAN_METHOD_ARGS_TYPE info) {
420 NodeRT::Utils::SetHiddenValue(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected