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

Method SetVoidPointer

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

Source from the content-addressed store, hash-verified

90
91 void *GetVoidPointer() { return ptr; }
92 void SetVoidPointer(void *p) { ptr = p; }
93};
94
95namespace Space {

Callers 1

post.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected