Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ execute
Method
execute
core/renderer/CallbackCommand.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CallbackCommand::execute()
58
{
59
if (func)
60
func();
61
}
62
63
}
Callers
1
processRenderCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected