Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
bool 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
286
bool BfAtomComposite::IsEmpty() const
287
{
Callers
1
LoadMesh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected