Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ hasBinaryExtension
Function
hasBinaryExtension
src/utils/binary.ts:76–79 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
74
]);
75
76
export
function
hasBinaryExtension(filePath: string): boolean {
77
const
ext = filePath.toLowerCase().slice(filePath.lastIndexOf(
'.'
));
78
return
BINARY_EXTENSIONS.has(ext);
79
}
Callers
2
fixes-v0.1.1.test.ts
File · 0.85
execute
Method · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected