Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ Disguise
Function
Disguise
v2/engine/boehm_gc/tests/test_cpp.cc:173–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
173
GC_word Disguise( void* p ) {
174
return ~ (GC_word) p;}
175
176
void* Undisguise( GC_word i ) {
177
return (void*) ~ i;}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected