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

Method ManualFunction

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

Source from the content-addressed store, hash-verified

33 uint32_t size;
34
35 ManualFunction(const std::string& func_name, std::string section_name, uint32_t vram, uint32_t size) : func_name(std::move(func_name)), section_name(std::move(section_name)), vram(vram), size(size) {}
36 };
37
38 struct Config {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected