Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ onDownloadFailed
Method
onDownloadFailed
Source/LevelInfoLayer.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void LevelInfoLayer::onDownloadFailed() {
372
auto alert = AlertLayer::create(
"Error"
,
"Level download failed, please try\nagain later."
,
"OK"
,
""
, NULL, NULL);
373
alert->show();
374
GameToolbox::log(
"request failed"
);
375
}
Callers
nothing calls this directly
Calls
3
create
Function · 0.85
log
Function · 0.85
show
Method · 0.80
Tested by
no test coverage detected