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

Interface BinaryConfig

catboost/node-package/build_scripts/config.ts:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33export interface BinaryConfig {
34 readonly binaries: {
35 [platform: string]: BinaryFileData[],
36 };
37}
38
39function parseBinaryFileData(mapEntry: {[name: string]: string|undefined}): BinaryFileData {
40 if (mapEntry['url'] === undefined || mapEntry['sha256'] === undefined || mapEntry['targetFile'] === undefined) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected