MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Clear

Method Clear

src/db/hierdbpath.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void cHierDbPath::Clear(void)
136{
137 mCurrPath.clear();
138
139 ASSERT(mCurrPath.empty());
140}
141
142///////////////////////////////////////////////////////////////////////////////
143// AsString -- Returns a TSTRING representation of the current path

Callers 1

SeekToRootMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected