Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ reset_duplicate_opt_detection
Function
reset_duplicate_opt_detection
src/options.c:6772–6779 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6770
}
6771
6772
void
6773
reset_duplicate_opt_detection(void)
6774
{
6775
int k;
6776
6777
for (k = 0; k < OPTCOUNT; ++k)
6778
allopt[k].dupdetected = 0;
6779
}
6780
6781
staticfn boolean
6782
duplicate_opt_detection(int optidx)
Callers
1
read_config_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected