Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
bool is_userfunction(int key)
133
{
134
return userfunc_index(key) != -1;
135
}
136
137
static bool is_userfunction(const keyseq &seq)
138
{
Callers
4
_get_next_cmd
Function · 0.85
_find_command
Function · 0.85
vtostr
Function · 0.85
bind_command_to_key
Function · 0.85
Calls
1
userfunc_index
Function · 0.85
Tested by
no test coverage detected