MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / to_path

Method to_path

src/storage/shared_memory.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 lock_file = getLockDir() / filename;
24 }
25 const std::filesystem::path to_path() { return lock_file; }
26 operator const std::filesystem::path::value_type *() const noexcept
27 {
28 return lock_file.c_str();

Callers 1

makeSharedMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected