Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ importRoomFromStream
Method
importRoomFromStream
source/rooms/Room.cpp:716–719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
714
}
715
716
bool Room::importRoomFromStream(Room& room, std::istream& is)
717
{
718
return room.importFromStream(is);
719
}
720
721
void Room::creatureDropped(Creature& creature)
722
{
Callers
nothing calls this directly
Calls
1
importFromStream
Method · 0.45
Tested by
no test coverage detected