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

Function get_userfunction

crawl-ref/source/macro.cc:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142string get_userfunction(int key)
143{
144 int index = userfunc_index(key);
145 return index == -1 ? nullptr : userfunctions[index];
146}
147
148static string get_userfunction(const keyseq &seq)
149{

Callers 2

_get_next_cmdFunction · 0.85
vtostrFunction · 0.85

Calls 1

userfunc_indexFunction · 0.85

Tested by

no test coverage detected