Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
uint32_t GetNumMounts(HContext ctx)
194
{
195
DM_MUTEX_SCOPED_LOCK(ctx->m_Mutex);
196
return ctx->m_Mounts.Size();
197
}
198
199
dmResource::Result GetMountByIndex(HContext ctx, uint32_t index, SGetMountResult* mount_info)
200
{
Callers
2
Resource_GetMounts
Function · 0.85
TEST_F
Function · 0.85
Calls
1
Size
Method · 0.45
Tested by
1
TEST_F
Function · 0.68