Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ create_des_coder
Function
create_des_coder
src/sp_lev.c:6443–6448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6441
}
6442
6443
void
6444
create_des_coder(void)
6445
{
6446
if (!gc.coder)
6447
gc.coder = sp_level_coder_init();
6448
}
6449
6450
/*
6451
* General loader
Callers
15
makerooms
Function · 0.85
lspo_message
Function · 0.85
lspo_monster
Function · 0.85
lspo_object
Function · 0.85
lspo_level_flags
Function · 0.85
lspo_level_init
Function · 0.85
lspo_engraving
Function · 0.85
lspo_mineralize
Function · 0.85
lspo_room
Function · 0.85
l_create_stairway
Function · 0.85
lspo_grave
Function · 0.85
lspo_altar
Function · 0.85
Calls
1
sp_level_coder_init
Function · 0.85
Tested by
no test coverage detected