MCPcopy Create free account
hub / github.com/defold/defold / SortMounts

Function SortMounts

engine/resource/src/resource_mounts.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static void SortMounts(dmArray<ArchiveMount>& mounts)
101{
102 qsort(mounts.Begin(), mounts.Size(), sizeof(ArchiveMount), MountSortCompare);
103}
104
105static void AddMountInternal(HContext ctx, const ArchiveMount& mount)
106{

Callers 2

AddMountInternalFunction · 0.85

Calls 2

BeginMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected