Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ handle_delay
Function
handle_delay
crawl-ref/source/delay.cc:716–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
714
}
715
716
void handle_delay()
717
{
718
if (!you_are_delayed())
719
return;
720
721
shared_ptr<Delay> delay = current_delay();
722
delay->handle();
723
}
724
725
bool EquipOnDelay::invalidated()
726
{
Callers
2
_input
Function · 0.70
_debug_time_explore
Function · 0.70
Calls
3
you_are_delayed
Function · 0.85
current_delay
Function · 0.85
handle
Method · 0.45
Tested by
no test coverage detected