Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
function
isLinuxMusl() {
53
return
process.platform ===
'linux'
&& !process.report.getReport().header.glibcVersionRuntime;
54
}
55
56
exports.getBinding = getBinding;
57
exports.getPrebuildPath = getPrebuildPath;
Callers
1
getPrebuildPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected