Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ clone
Method
clone
core/2d/ActionInterval.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
ExtraAction* ExtraAction::clone() const
66
{
67
// no copy constructor
68
return ExtraAction::create();
69
}
70
71
ExtraAction* ExtraAction::reverse() const
72
{
Callers
2
create
Method · 0.45
reverse
Method · 0.45
Calls
3
create
Function · 0.85
autorelease
Method · 0.80
initWithDuration
Method · 0.45
Tested by
no test coverage detected