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

Function AbsPathForConfigVal

src/init.cpp:890–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific = true)
891{
892 if (path.is_absolute()) {
893 return path;
894 }
895 return fs::absolute(path, GetDataDir(net_specific));
896}
897
898/**
899 * Initialize global loggers.

Callers 1

InitLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected