MCPcopy
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
275export function isBinaryPath(path: string): boolean {
276 return binaryExtensions.has(extname(path).toLowerCase());
277}

Callers 1

replaceMentionsFunction · 0.90

Calls 2

extnameFunction · 0.90
hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…