Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Shk_Your
Function
Shk_Your
src/shk.c:5876–5882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5874
}
5875
5876
char *
5877
Shk_Your(char *buf, struct obj *obj)
5878
{
5879
(void) shk_your(buf, obj);
5880
*buf = highc(*buf);
5881
return buf;
5882
}
5883
5884
staticfn char *
5885
shk_owns(char *buf, struct obj *obj)
Callers
7
dowield
Function · 0.85
doquiver_core
Function · 0.85
burn_object
Function · 0.85
tipcontainer_checks
Function · 0.85
unturn_dead
Function · 0.85
snuff_candle
Function · 0.85
use_lamp
Function · 0.85
Calls
2
shk_your
Function · 0.85
highc
Function · 0.85
Tested by
no test coverage detected