MCPcopy Create free account
hub / github.com/crawl/crawl / write

Method write

crawl-ref/source/mapdef.cc:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void level_range::write(writer& outf) const
264{
265 marshallShort(outf, branch);
266 marshallShort(outf, shallowest);
267 marshallShort(outf, deepest);
268 marshallBoolean(outf, deny);
269}
270
271void level_range::read(reader& inf)
272{

Callers 3

write_fullMethod · 0.45
_marshall_map_chanceFunction · 0.45
write_indexMethod · 0.45

Calls 4

marshallShortFunction · 0.85
marshallBooleanFunction · 0.85
marshallIntFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected