MCPcopy Create free account
hub / github.com/apify/impit / isFileMusl

Function isFileMusl

impit-node/index.js:24–24  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

22}
23
24const isFileMusl = (f) => f.includes('libc.musl-') || f.includes('ld-musl-')
25
26const isMuslFromFilesystem = () => {
27 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…