MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / IsEmpty

Method IsEmpty

src/External/CascLib/src/CascRootFile_MNDX.cpp:728–731  ·  view source on GitHub ↗

Returns true if the array is empty

Source from the content-addressed store, hash-verified

726
727 // Returns true if the array is empty
728 bool IsEmpty()
729 {
730 return (TotalItemCount == 0);
731 }
732
733 // Returns true if the item at n-th position is present
734 bool IsItemPresent(size_t index)

Callers 3

ComparePathFragmentMethod · 0.80
CopyPathFragmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected