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

Function IsReservedMountName

engine/liveupdate/src/script_liveupdate.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // *********************
37
38 static bool IsReservedMountName(dmhash_t name_hash)
39 {
40 return name_hash == dmHashString64("_base") || name_hash == dmHashString64("_builtin");
41 }
42
43 static int Resource_GetMounts(lua_State* L)
44 {

Callers 2

Resource_RemoveMountFunction · 0.85
Resource_AddMountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected