MCPcopy Create free account
hub / github.com/cinit/TMoe / Rva

Method Rva

app/src/main/cpp/utils/Rva.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 size_t length = 0;
14
15 Rva() = default;
16
17 inline Rva(const void *addr, size_t len) : address(addr), length(len) {}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected