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

Function clear_message_store

crawl-ref/source/message.cc:2157–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155}
2156
2157void clear_message_store()
2158{
2159 buffer.clear();
2160}
2161
2162string get_last_messages(int mcount, bool full)
2163{

Callers 6

_reset_gameFunction · 0.85
load_messagesFunction · 0.85
l-crawl.ccFile · 0.85
_restore_gameFunction · 0.85
_choose_arena_teamsFunction · 0.85
startup_stepFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected