MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / get64

Method get64

src/instrument.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 u64 get64() {
219 return OS::ntoh64(*(u64*)get(8));
220 }
221
222 static u16 get16(const u8* ptr) {
223 return ntohs(*(u16*)ptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected