Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ IsDirty
Method
IsDirty
core/debuggerstate.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
void MarkDirty();
65
void Update();
66
bool IsDirty() const { return m_dirty; }
67
68
std::vector<DebugModule> GetAllModules();
69
// TODO: These conversion functions are not very robust for lookup failures. They need to be improved for it.
Callers
1
UpdateCaches
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected