Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
struct MDebugFile {
20
std::string filename;
21
std::vector<MDebugSymbol> symbols;
22
};
23
24
class MDebugInfo {
25
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected