MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / create_dummy

Method create_dummy

utility/import_info.cpp:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694Ref<ImportInfo> ImportInfoDummy::create_dummy(const String &p_path) {
695 Ref<ImportInfoDummy> iinfo = memnew(ImportInfoDummy);
696 if (iinfo->_load(p_path) != OK) {
697 return Ref<ImportInfo>();
698 }
699 return iinfo;
700}
701
702Error ImportInfoRemap::_load(const String &p_path) {
703 Ref<ConfigFileCompat> cf;

Callers

nothing calls this directly

Calls 1

_loadMethod · 0.45

Tested by

no test coverage detected