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

Method getDisableMemoryLimitCheck

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

Source from the content-addressed store, hash-verified

44auto Compiler::getMemoryLimitRatio() const -> double { return memoryLimitRatio; }
45
46auto Compiler::getDisableMemoryLimitCheck() const -> bool { return disableMemoryLimitCheck; }
47
48auto Compiler::getInterpreterAsWatcher() const -> bool { return interpreterAsWatcher; }
49

Callers 4

resetEditCompilerMethod · 0.80
saveSettingsMethod · 0.80
copyFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected