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

Method getConfigurationNames

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

Source from the content-addressed store, hash-verified

32auto Compiler::getBytecodeExtensions() const -> const QStringList & { return bytecodeExtensions; }
33
34auto Compiler::getConfigurationNames() const -> const QStringList & { return configurationNames; }
35
36auto Compiler::getCompilerArguments() const -> const QStringList & { return compilerArguments; }
37

Callers 7

resetEditCompilerMethod · 0.80
okayButtonClickedMethod · 0.80
saveSettingsMethod · 0.80
copyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected