Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ force_update
Method
force_update
crawl-ref/source/message.cc:1037–1042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1035
}
1036
1037
void tee::force_update()
1038
{
1039
if (target)
1040
*target += get_store();
1041
store.clear();
1042
}
1043
1044
tee::~tee()
1045
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected