Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2197
static int numInvocations = 0;
2198
2199
static void
2200
countFn(const char *fmtString, ...) {
2201
++numInvocations;
2202
}
2203
2204
static void
2205
resetCount() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected