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

Class MDebugFile

src/mdebug.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19struct MDebugFile {
20 std::string filename;
21 std::vector<MDebugSymbol> symbols;
22};
23
24class MDebugInfo {
25public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected