MCPcopy 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
1214template<typename T> static inline void util_ZeroMemory(T& obj)
1215{
1216 memset(&obj, 0, sizeof(obj));
1217}

Callers 1

StatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected