Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ dojump
Function
dojump
src/apply.c:1846–1851 ·
view source on GitHub ↗
the #jump command */
Source
from the content-addressed store, hash-verified
1844
1845
/* the #jump command */
1846
int
1847
dojump(void)
1848
{
1849
/* Physical jump */
1850
return jump(0);
1851
}
1852
1853
enum jump_trajectory {
1854
jAny = 0, /* any direction => magical jump */
Callers
nothing calls this directly
Calls
1
jump
Function · 0.85
Tested by
no test coverage detected