Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getUserData
Method
getUserData
Source/Node/Node.cpp:381–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
Dictionary* Node::getUserData() {
382
if (!_userData) {
383
_userData = Dictionary::create();
384
}
385
return _userData;
386
}
387
388
Node* Node::getParent() const noexcept {
389
return _parent;
Callers
4
onAttack
Method · 0.45
onHitTarget
Method · 0.45
run
Method · 0.45
node_get_data
Function · 0.45
Calls
1
create
Function · 0.50
Tested by
no test coverage detected