MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / getProblemForFile

Method getProblemForFile

src/Settings/FileProblemBinder.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45QString FileProblemBinder::getProblemForFile(const QString &file)
46{
47 return problemForFile[file];
48}
49
50QString FileProblemBinder::getFileForProblem(const QString &problem)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected