MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / localFile

Function localFile

src/gui/main.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12std::shared_ptr<spdlog::logger> qtDefaultLogger;
13
14const std::string localFile(const std::string& fullPath)
15{
16 return std::strchr(fullPath.c_str(), '/') ? std::strrchr(fullPath.c_str(), '/') + 1 : fullPath;
17}
18
19void setupLogger(bool verbose)
20{

Callers 1

setupLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected