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

Method FileWriter

include/storage/io.hpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 };
211
212 FileWriter(const std::string &filename, const FingerprintFlag flag)
213 : FileWriter(std::filesystem::path(filename), flag)
214 {
215 }
216
217 FileWriter(const std::filesystem::path &filepath_, const FingerprintFlag flag)
218 : filepath(filepath_), fingerprint(flag)

Callers

nothing calls this directly

Calls 1

RuntimeErrorClass · 0.85

Tested by

no test coverage detected