Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ importTrapFromStream
Method
importTrapFromStream
source/traps/Trap.cpp:661–664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
bool Trap::importTrapFromStream(Trap& trap, std::istream& is)
662
{
663
return trap.importFromStream(is);
664
}
Callers
nothing calls this directly
Calls
1
importFromStream
Method · 0.45
Tested by
no test coverage detected