Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ get32
Method
get32
src/instrument.cpp:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
u32 get32() {
215
return get32(get(4));
216
}
217
218
u64 get64() {
219
return OS::ntoh64(*(u64*)get(8));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected