MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getSourceExtensions

Method getSourceExtensions

src/base/compiler.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24auto Compiler::getCompilerName() const -> const QString & { return compilerName; }
25
26auto Compiler::getSourceExtensions() const -> const QStringList & { return sourceExtensions; }
27
28auto Compiler::getCompilerLocation() const -> const QString & { return compilerLocation; }
29

Callers 5

checkValidMethod · 0.80
setCurrentCompilerMethod · 0.80
saveSettingsMethod · 0.80
copyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected