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

Method FunctionSize

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected