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

Method remove

utility/file_access_gdre.cpp:917–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917Error DirAccessGDRE::remove(String p_name) {
918 if (proxy.is_valid()) {
919 return proxy->remove(p_name);
920 }
921 return ERR_UNAVAILABLE;
922}
923
924uint64_t DirAccessGDRE::get_space_left() {
925 if (proxy.is_valid()) {

Callers 14

generate_bundleFunction · 0.80
rename_dependenciesMethod · 0.80
set_uidMethod · 0.80
rename_dependenciesMethod · 0.80
set_uidMethod · 0.80
rename_dependenciesMethod · 0.80
rimrafMethod · 0.80
remove_remapMethod · 0.80
unzip_and_copy_addonMethod · 0.80
export_importsMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected