Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getBar
Method
getBar
test/core/test_reinterpreted_ptrs.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
};
21
22
int Foo::getBar() const {
23
return this->bar;
24
};
25
26
const Foo *magic1 = reinterpret_cast<Foo *>(0xDEAD111F);
27
const Foo *magic2 = reinterpret_cast<Foo *>(0xDEAD888F);
Callers
1
runTest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected