MCPcopy Create free account
hub / github.com/crawl/crawl / is_userfunction

Function is_userfunction

crawl-ref/source/macro.cc:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool is_userfunction(int key)
133{
134 return userfunc_index(key) != -1;
135}
136
137static bool is_userfunction(const keyseq &seq)
138{

Callers 4

_get_next_cmdFunction · 0.85
_find_commandFunction · 0.85
vtostrFunction · 0.85
bind_command_to_keyFunction · 0.85

Calls 1

userfunc_indexFunction · 0.85

Tested by

no test coverage detected