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

Class FunctionSize

src/config.h:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 };
21
22 struct FunctionSize {
23 std::string func_name;
24 uint32_t size_bytes;
25
26 FunctionSize(const std::string& func_name, uint32_t size_bytes) : func_name(std::move(func_name)), size_bytes(size_bytes) {}
27 };
28
29 struct ManualFunction {
30 std::string func_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected