Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getTag
Method
getTag
src/eepp/scene/action.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
Action::UniqueID Action::getTag() const {
19
return mTag;
20
}
21
22
void Action::setTag( const Action::UniqueID& tag ) {
23
mTag = tag;
Callers
4
getActionByTag
Method · 0.80
getActionByTagFromTarget
Method · 0.80
getActionsByTagFromTarget
Method · 0.80
removeActionsByTagFromTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected