Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ near_capacity
Function
near_capacity
src/hack.c:4384–4388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4382
}
4383
4384
int
4385
near_capacity(void)
4386
{
4387
return calc_capacity(0);
4388
}
4389
4390
int
4391
max_capacity(void)
Callers
15
updateStats
Method · 0.85
update_fancy_status_field
Function · 0.85
allmain.c
File · 0.85
hold_potion
Function · 0.85
find_roll_to_hit
Function · 0.85
mount_steed
Function · 0.85
teleds
Function · 0.85
drag_ball
Function · 0.85
doup
Function · 0.85
goto_level
Function · 0.85
water_turbulence
Function · 0.85
carrying_too_much
Function · 0.85
Calls
1
calc_capacity
Function · 0.85
Tested by
no test coverage detected