MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / errPath

Method errPath

source/src/interpreter.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97QString QiInterpreter::makePath()
98{
99 QString p;
100 for (const auto& i : path) p += i + QString(" / ");
101 if (p.size() > 3) return p.mid(0, p.size() - 3);
102 return p;
103}
104
105std::string QiInterpreter::errPath()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected