MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / shouldCompileRuntimeBytecode

Function shouldCompileRuntimeBytecode

bin/ds.js:757–759  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

syncUvProjectEnvironmentFunction · 0.85

Calls 1

parseBooleanSettingFunction · 0.85

Tested by

no test coverage detected