MCPcopy Create free account
hub / github.com/Noumena-Network/code / resolveRuntimeAssets

Function resolveRuntimeAssets

src/shims/sharp/sharpBinding.cjs:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11function resolveRuntimeAssets() {
12 if (process.platform !== 'linux' || process.arch !== 'x64') {
13 return null;
14 }
15 return isMuslHost() ? sharpLinuxMuslX64Assets : sharpLinuxX64Assets;
16}
17
18let cachedBinding;
19

Callers 1

loadBindingFunction · 0.85

Calls 1

isMuslHostFunction · 0.85

Tested by

no test coverage detected