MCPcopy Create free account
hub / github.com/OSGeo/PROJ / closeAndUnlink

Method closeAndUnlink

src/networkfilemanager.cpp:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575// ---------------------------------------------------------------------------
576
577void DiskChunkCache::closeAndUnlink() {
578 commitAndClose();
579 if (vfs_) {
580 vfs_->raw()->xDelete(vfs_->raw(), path_.c_str(), 0);
581 }
582}
583
584// ---------------------------------------------------------------------------
585

Callers 1

clearDiskChunkCacheMethod · 0.80

Calls 1

rawMethod · 0.80

Tested by

no test coverage detected