MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / read_u32

Function read_u32

LiveRecomp/live_recompiler_test.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33uint32_t read_u32(const std::vector<uint8_t>& vec, size_t offset) {
34 return *reinterpret_cast<const uint32_t*>(&vec[offset]);
35}
36
37std::vector<uint8_t> rdram;
38

Callers 1

run_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected