MCPcopy 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
75void map_marker::write(writer &outf) const
76{
77 marshallShort(outf, type);
78 marshallCoord(outf, pos);
79}
80
81void map_marker::read(reader &inf)
82{

Callers

nothing calls this directly

Calls 14

marshallShortFunction · 0.85
marshallCoordFunction · 0.85
writeFunction · 0.85
mprfFunction · 0.85
marshallByteFunction · 0.85
endFunction · 0.85
marshallStringFunction · 0.85
marshallBooleanFunction · 0.85
marshallUByteFunction · 0.85
marshallIntFunction · 0.85
writeByteMethod · 0.80
callfnMethod · 0.45

Tested by

no test coverage detected