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

Method GetSize

src/db/hierdbpath.cpp:174–177  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// GetSize: Returns the number of substrings in the sequence

Source from the content-addressed store, hash-verified

172///////////////////////////////////////////////////////////////////////////////
173// GetSize: Returns the number of substrings in the sequence
174int cHierDbPath::GetSize(void) const
175{
176 return mCurrPath.size();
177}

Callers 1

AscendMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected