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

Function dowieldquiver

src/wield.c:504–508  ·  view source on GitHub ↗

the #quiver command */

Source from the content-addressed store, hash-verified

502
503/* the #quiver command */
504int
505dowieldquiver(void)
506{
507 return doquiver_core("ready");
508}
509
510/* guts of #quiver command; also used by #fire when refilling empty quiver */
511int

Callers

nothing calls this directly

Calls 1

doquiver_coreFunction · 0.85

Tested by

no test coverage detected