Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Storage
Method
Storage
src/game/editor/map_object.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
const IStorage *CMapObject::Storage() const
62
{
63
return m_pMap->Editor()->Storage();
64
}
65
66
IStorage *CMapObject::Storage()
67
{
Callers
10
CallbackSaveImage
Method · 0.45
CallbackSaveSound
Method · 0.45
AddSound
Method · 0.45
PopupMenuSettings
Method · 0.45
PopupImage
Method · 0.45
PopupSound
Method · 0.45
Render
Method · 0.45
Save
Method · 0.45
Load
Method · 0.45
PerformAutosave
Method · 0.45
Calls
1
Editor
Method · 0.45
Tested by
no test coverage detected