MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / countFn

Function countFn

runtime/LogTest.cc:2199–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197static int numInvocations = 0;
2198
2199static void
2200countFn(const char *fmtString, ...) {
2201 ++numInvocations;
2202}
2203
2204static void
2205resetCount() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected