MCPcopy Create free account
hub / github.com/beefytech/Beef / IsValid

Method IsValid

IDEHelper/Compiler/BfSystem.cpp:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool BfAtomComposite::IsValid() const
279{
280 for (int i = 0; i < mSize; i++)
281 if (mParts[i] == NULL)
282 return false;
283 return true;
284}
285
286bool BfAtomComposite::IsEmpty() const
287{

Callers 1

LoadMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected