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

Method SetHandleData

src/NodeRTLib/ProjectFiles/node-async.h:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 private:
138 static void SetHandleData(void*& handleData) {
139 handleData = new TokenData();
140 }
141
142 static void SetHandleCallbackData(void* handleData,
143 Handle<Function> callback,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected