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

Method get8

src/instrument.cpp:206–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 u8 get8() {
207 return *get(1);
208 }
209
210 u16 get16() {
211 return get16(get(2));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected