MCPcopy Index your code
hub / github.com/NetHack/NetHack / clear_splitobjs

Function clear_splitobjs

src/mkobj.c:625–629  ·  view source on GitHub ↗

reset splitobj()/unsplitobj() context */

Source from the content-addressed store, hash-verified

623
624/* reset splitobj()/unsplitobj() context */
625void
626clear_splitobjs(void)
627{
628 svc.context.objsplit.parent_oid = svc.context.objsplit.child_oid = 0;
629}
630
631/*
632 * Insert otmp right after obj in whatever chain(s) it is on. Then extract

Callers 6

dowieldFunction · 0.85
doquiver_coreFunction · 0.85
allmain.cFile · 0.85
doorganize_coreFunction · 0.85
movemon_singlemonFunction · 0.85
movemonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected