Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ exportToStream
Method
exportToStream
source/traps/TrapDoor.cpp:447–452 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
void TrapDoor::exportToStream(std::ostream& os) const
448
{
449
Trap::exportToStream(os);
450
451
os << mIsLocked <<
"\n"
;
452
}
453
454
bool TrapDoor::importFromStream(std::istream& is)
455
{
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected