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

Function GetNumMounts

engine/resource/src/resource_mounts.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193uint32_t GetNumMounts(HContext ctx)
194{
195 DM_MUTEX_SCOPED_LOCK(ctx->m_Mutex);
196 return ctx->m_Mounts.Size();
197}
198
199dmResource::Result GetMountByIndex(HContext ctx, uint32_t index, SGetMountResult* mount_info)
200{

Callers 2

Resource_GetMountsFunction · 0.85
TEST_FFunction · 0.85

Calls 1

SizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.68