MCPcopy Create free account
hub / github.com/ElementsProject/elements / absolute

Function absolute

src/fs.h:62–65  ·  view source on GitHub ↗

Disallow implicit std::string conversion for absolute to avoid locale-dependent encoding on windows.

Source from the content-addressed store, hash-verified

60// Disallow implicit std::string conversion for absolute to avoid
61// locale-dependent encoding on windows.
62static inline path absolute(const path& p)
63{
64 return std::filesystem::absolute(p);
65}
66
67// Disallow implicit std::string conversion for exists to avoid
68// locale-dependent encoding on windows.

Callers 5

DumpWalletFunction · 0.85
CreateFromDumpFunction · 0.85
dumpwalletFunction · 0.85
system.cppFile · 0.85
CheckDataDirOptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected