MCPcopy Create free account
hub / github.com/NetHack/NetHack / wiz_rumor_check

Function wiz_rumor_check

src/wizcmds.c:1098–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098RESTORE_WARNING_FORMAT_NONLITERAL
1099
1100/* #wizrumorcheck command - verify each rumor access */
1101int
1102wiz_rumor_check(void)
1103{
1104 rumor_check();
1105 return ECMD_OK;
1106}
1107
1108/*
1109 * wizard mode sanity_check code

Callers

nothing calls this directly

Calls 1

rumor_checkFunction · 0.85

Tested by

no test coverage detected