MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / voidStar

Method voidStar

test/webidl/test.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 void parentFunc() {}
15 const Parent *getAsConst() { return NULL; }
16 void *voidStar(void *something) { return something; }
17 bool getBoolean() { return true; }
18 int attr;
19 const int immutableAttr;

Callers 1

post.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected