MCPcopy 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
5876char *
5877Shk_Your(char *buf, struct obj *obj)
5878{
5879 (void) shk_your(buf, obj);
5880 *buf = highc(*buf);
5881 return buf;
5882}
5883
5884staticfn char *
5885shk_owns(char *buf, struct obj *obj)

Callers 7

dowieldFunction · 0.85
doquiver_coreFunction · 0.85
burn_objectFunction · 0.85
tipcontainer_checksFunction · 0.85
unturn_deadFunction · 0.85
snuff_candleFunction · 0.85
use_lampFunction · 0.85

Calls 2

shk_yourFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected