Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ isValueEditing
Method
isValueEditing
Source/MemoryWatch/MemWatchTreeNode.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
bool MemWatchTreeNode::isValueEditing() const
40
{
41
return m_isValueEditing;
42
}
43
44
void MemWatchTreeNode::setValueEditing(const bool valueEditing)
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected