MCPcopy Create free account
hub / github.com/catboost/catboost / readConfig

Function readConfig

catboost/node-package/build_scripts/config.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65export function readConfig(): BinaryConfig {
66 return readConfigFile('./config.json');
67}
68
69export function writeConfig(config: BinaryConfig) {
70 writeFileSync('./config.json', JSON.stringify(config.binaries, null, 1));

Callers 1

preparePlatformBinaryFunction · 0.90

Calls 1

readConfigFileFunction · 0.85

Tested by

no test coverage detected