MCPcopy Create free account
hub / github.com/chrxh/alien / calcEntryPath

Method calcEntryPath

source/PersisterInterface/SavepointTableService.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122std::filesystem::path SavepointTableService::calcEntryPath(SavepointTable const& table, std::filesystem::path const& absolutePath) const
123{
124 return std::filesystem::relative(absolutePath, table.getFilename().parent_path());
125}
126
127void SavepointTableService::updateFile(SavepointTable& table) const
128{

Callers 1

updateSavepointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected