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

Method is_valid

compat/fake_gdscript.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool FakeGDScript::is_valid() const {
238 return valid;
239}
240
241bool FakeGDScript::is_abstract() const {
242 return abstract;

Callers 15

deinit_exportersFunction · 0.45
deinit_loadersFunction · 0.45
open_and_parseMethod · 0.45
is_openMethod · 0.45
get_pathMethod · 0.45
get_path_absoluteMethod · 0.45
_get_modified_timeMethod · 0.45
_get_access_timeMethod · 0.45
_get_sizeMethod · 0.45
_get_unix_permissionsMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_recovered_resourceFunction · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36
test_exportMethod · 0.36
test_script_binaryFunction · 0.36
test_script_textFunction · 0.36
test_scriptFunction · 0.36
simple_pass_fail_testFunction · 0.36
parse_and_get_ie_keyFunction · 0.36
expect_ie_keyFunction · 0.36