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

Method IteratorWrapper

src/NodeRTLib/ProjectFiles/CollectionsWrap.h:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261 private:
262 IteratorWrapper(::Windows::Foundation::Collections::IIterator<T> ^
263 winRtInstance,
264 const std::function<Local<Value>(T)>& getterFunc)
265 : _instance(winRtInstance), _getterFunc(getterFunc) {}
266
267 static void New(Nan::NAN_METHOD_ARGS_TYPE info) {
268 NodeRT::Utils::SetHiddenValue(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected