Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ ~KeyValueObserver
Method
~KeyValueObserver
radiantcore/entity/KeyValueObserver.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
KeyValueObserver::~KeyValueObserver()
19
{
20
_keyValue.detach(*this);
21
}
22
23
void KeyValueObserver::onKeyValueChanged(const std::string& newValue)
24
{
Callers
nothing calls this directly
Calls
1
detach
Method · 0.45
Tested by
no test coverage detected