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

Interface BinaryFileData

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

Source from the content-addressed store, hash-verified

25
26
27export interface BinaryFileData {
28 readonly url: string;
29 readonly targetFile: string;
30 readonly sha256: string;
31}
32
33export interface BinaryConfig {
34 readonly binaries: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected