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

Method getInterpreterLocation

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

Source from the content-addressed store, hash-verified

28auto Compiler::getCompilerLocation() const -> const QString & { return compilerLocation; }
29
30auto Compiler::getInterpreterLocation() const -> const QString & { return interpreterLocation; }
31
32auto Compiler::getBytecodeExtensions() const -> const QStringList & { return bytecodeExtensions; }
33

Callers 5

resetEditCompilerMethod · 0.80
saveSettingsMethod · 0.80
copyFromMethod · 0.80
testGetCompilerPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected