()
| 755 | } |
| 756 | |
| 757 | function shouldCompileRuntimeBytecode() { |
| 758 | return parseBooleanSetting(process.env.DEEPSCIENTIST_RUNTIME_COMPILE_BYTECODE, false); |
| 759 | } |
| 760 | |
| 761 | function readRequiredOptionValue(args, index, optionName) { |
| 762 | const value = args[index + 1]; |
no test coverage detected