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

Function Load

engine/dlib/src/dlib/configfile.cpp:717–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 }
716
717 Result Load(const char* url, int argc, const char** argv, HConfig* config)
718 {
719 Result result = DoLoad(url, argc, argv, config);
720 if (result == RESULT_OK)
721 {
722 PluginsCreate(*config);
723 }
724 return result;
725 }
726
727 void Delete(HConfig config)
728 {

Callers

nothing calls this directly

Calls 2

PluginsCreateFunction · 0.85
DoLoadFunction · 0.70

Tested by

no test coverage detected