Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ GetVoidPointer
Method
GetVoidPointer
test/webidl/test.h:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
void *ptr;
90
91
void *GetVoidPointer() { return ptr; }
92
void SetVoidPointer(void *p) { ptr = p; }
93
};
94
Callers
1
post.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected