MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / execute_pvfv_array

Function execute_pvfv_array

Source/Client/NM_Sys/API/CppSupport.cpp:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static void execute_pvfv_array(_PVFV* begin, _PVFV* end)
66{
67 _PVFV* fn = begin;
68 while (fn != end)
69 {
70 if (*fn) (**fn)();
71 ++fn;
72 }
73}
74
75static int execute_pifv_array(_PIFV* begin, _PIFV* end)
76{

Callers 2

__crt_initFunction · 0.85
__crt_deinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected