Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ write
Method
write
crawl-ref/source/mapmark.cc:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void map_marker::write(writer &outf) const
76
{
77
marshallShort(outf, type);
78
marshallCoord(outf, pos);
79
}
80
81
void map_marker::read(reader &inf)
82
{
Callers
nothing calls this directly
Calls
14
marshallShort
Function · 0.85
marshallCoord
Function · 0.85
write
Function · 0.85
mprf
Function · 0.85
marshallByte
Function · 0.85
end
Function · 0.85
marshallString
Function · 0.85
marshallBoolean
Function · 0.85
marshallUByte
Function · 0.85
marshallInt
Function · 0.85
writeByte
Method · 0.80
callfn
Method · 0.45
Tested by
no test coverage detected