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

Function compileBindings

catboost/node-package/build_scripts/build.ts:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export async function compileBindings() {
37 await compileJs();
38 await compileNativeAddon();
39}
40
41async function buildModelInterfaceLibrary(buildNativeExtraArgs: string[]) {
42 for (const buildNativeArg of buildNativeExtraArgs) {

Callers 3

allTestsFunction · 0.90
compile.tsFile · 0.90
buildNativeFunction · 0.85

Calls 2

compileJsFunction · 0.85
compileNativeAddonFunction · 0.85

Tested by

no test coverage detected