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

Function reinterpret_span_char

RecompModMerger/main.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::span<char> reinterpret_span_char(std::span<uint8_t> s) {
42 return std::span(reinterpret_cast<char*>(s.data()), s.size());
43}
44
45bool copy_into_context(N64Recomp::Context& out, const N64Recomp::Context& in) {
46 size_t rom_offset = out.rom.size();

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected