Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
string get_userfunction(int key)
143
{
144
int index = userfunc_index(key);
145
return index == -1 ? nullptr : userfunctions[index];
146
}
147
148
static string get_userfunction(const keyseq &seq)
149
{
Callers
2
_get_next_cmd
Function · 0.85
vtostr
Function · 0.85
Calls
1
userfunc_index
Function · 0.85
Tested by
no test coverage detected