Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/qwik
/ isBinaryPath
Function
isBinaryPath
packages/qwik/src/cli/migrate-v2/tools/binary-extensions.ts:275–277 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
273
]);
274
275
export
function
isBinaryPath(path: string): boolean {
276
return
binaryExtensions.has(extname(path).toLowerCase());
277
}
Callers
1
replaceMentions
Function · 0.90
Calls
2
extname
Function · 0.90
has
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…