Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ util_ZeroMemory
Function
util_ZeroMemory
src/core/unixfsservices.cpp:1214–1217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1212
}
1213
1214
template<typename T> static inline void util_ZeroMemory(T& obj)
1215
{
1216
memset(&obj, 0, sizeof(obj));
1217
}
Callers
1
Stat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected