MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetAbsolutePath

Function GetAbsolutePath

src/commons/util/util.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670fs::path GetAbsolutePath(const string& path) {
671 boost::system::error_code ec;
672 return canonical(fs::path(path), ec);
673}
674
675void ReadConfigFile(map<string, string>& mapSettingsRet, map<string, vector<string>>& mapMultiSettingsRet) {
676 fs::ifstream streamConfig(GetConfigFile());

Callers 2

luavm_executescriptFunction · 0.85
GetLuaContractScriptMethod · 0.85

Calls 1

pathClass · 0.85

Tested by

no test coverage detected