Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2157
void clear_message_store()
2158
{
2159
buffer.clear();
2160
}
2161
2162
string get_last_messages(int mcount, bool full)
2163
{
Callers
6
_reset_game
Function · 0.85
load_messages
Function · 0.85
l-crawl.cc
File · 0.85
_restore_game
Function · 0.85
_choose_arena_teams
Function · 0.85
startup_step
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected