MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / isLinuxMusl

Function isLinuxMusl

lib/binding.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52function isLinuxMusl() {
53 return process.platform === 'linux' && !process.report.getReport().header.glibcVersionRuntime;
54}
55
56exports.getBinding = getBinding;
57exports.getPrebuildPath = getPrebuildPath;

Callers 1

getPrebuildPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected