Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ update_primary_symset
Function
update_primary_symset
src/symbols.c:306–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void
307
update_primary_symset(const struct symparse *symp, int val)
308
{
309
gp.primary_syms[symp->idx] = val;
310
}
311
312
void
313
update_rogue_symset(const struct symparse *symp, int val)
Callers
1
parse_sym_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected