MCPcopy Create free account
hub / github.com/NetHack/NetHack / safeq_xprname

Function safeq_xprname

src/invent.c:2179–2184  ·  view source on GitHub ↗

safe_qbuf() -> short_oname() callback */

Source from the content-addressed store, hash-verified

2177
2178/* safe_qbuf() -> short_oname() callback */
2179staticfn char *
2180safeq_xprname(struct obj *obj)
2181{
2182 return xprname(obj, (char *) 0, safeq_xprn_ctx.let, safeq_xprn_ctx.dot,
2183 0L, 0L);
2184}
2185
2186/* alternate safe_qbuf() -> short_oname() callback */
2187staticfn char *

Callers

nothing calls this directly

Calls 1

xprnameFunction · 0.85

Tested by

no test coverage detected