36[[nodiscard]] std::string_view
37prettyPath(std::string_view filePath,
size_t maxDepth = 3);
This namespace contains various utilities.
Definition AccountUtils.hpp:30
std::string_view prettyPath(std::string_view filePath, size_t maxDepth)
Get a pretty version of the path from the source location.
Definition PrettyPath.cpp:30