MCPcopy Create free account
hub / github.com/Clarionos/clarion / remove

Method remove

libraries/fc/src/filesystem.cpp:429–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 }
428
429 void temp_file_base::remove()
430 {
431 if (_path.valid())
432 {
433 try
434 {
435 fc::remove_all(*_path);
436 }
437 catch (...)
438 {
439 // eat errors on cleanup
440 }
441 release();
442 }
443 }
444
445 void temp_file_base::release()
446 {

Callers 2

readsome_implMethod · 0.80
writesome_implMethod · 0.80

Calls 2

remove_allFunction · 0.85
validMethod · 0.45

Tested by

no test coverage detected