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

Method Mount

engine/resource/src/test/test_provider_multi.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 dmResourceProvider::Result Mount(dmResourceProvider::ArchiveLoader* loader, const char* path, dmResourceProvider::HArchive* archive)
143 {
144 dmURI::Parts uri;
145 dmURI::Parse(path, &uri);
146 return dmResourceProvider::CreateMount(loader, &uri, 0, archive);
147 }
148
149 dmResourceMounts::HContext m_Mounts;
150 dmResourceProvider::HArchive m_Archives[3];

Callers

nothing calls this directly

Calls 2

CreateMountFunction · 0.85
ParseFunction · 0.50

Tested by

no test coverage detected