MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetEntriesCount

Method GetEntriesCount

Source/Engine/Content/Storage/FlaxStorage.cpp:1590–1593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588}
1589
1590int32 FlaxFile::GetEntriesCount() const
1591{
1592 return _asset.ID.IsValid() ? 1 : 0;
1593}
1594
1595void FlaxFile::GetEntry(int32 index, Entry& value) const
1596{

Callers 6

TryGetImportOptionsMethod · 0.80
TryGetImportOptionsMethod · 0.80
TryGetImportOptionsMethod · 0.80
SaveToAssetMethod · 0.80
onRenameMethod · 0.80
GetAssetEntryMethod · 0.80

Calls 2

IsValidMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected