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

Class Cmd_bind

src/cmd.c:2112–2112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2110cmdbind_get(uchar key)
2111{
2112 struct Cmd_bind *bind = gc.Cmd.cmdbinds;
2113
2114 if (!key)
2115 return NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected