perf/refactor: implement player batch updates #3701
GitHub Actions / cppcheck
completed
Mar 17, 2026 in 1s
reviewdog [cppcheck] report
reported by reviewdog 🐶
Findings (1)
src/creatures/npcs/npc.cpp|127| Consider using std::find_if algorithm instead of a raw loop.
Filtered Findings (0)
Annotations
Check notice on line 127 in src/creatures/npcs/npc.cpp
github-actions / cppcheck
[cppcheck] src/creatures/npcs/npc.cpp#L127
Consider using std::find_if algorithm instead of a raw loop.
Raw output
src/creatures/npcs/npc.cpp:127:I:Consider using std::find_if algorithm instead of a raw loop.
Loading