MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / rep

Function rep

core/logic/HandleSys.cpp:1142–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142static void rep(const HandleReporter &fn, const char *fmt, ...)
1143{
1144 va_list ap;
1145 char buffer[1024];
1146
1147 va_start(ap, fmt);
1148 ke::SafeVsprintf(buffer, sizeof(buffer), fmt, ap);
1149 va_end(ap);
1150
1151 fn(buffer);
1152}
1153
1154void HandleSystem::Dump(const HandleReporter &fn)
1155{

Callers 1

DumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected