MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / isExeFileName

Function isExeFileName

utils/upload.ts:1224–1226  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

1222}
1223
1224function isExeFileName(fileName: string): boolean {
1225 return fileName.toLowerCase().endsWith(".exe");
1226}
1227
1228function canServiceHandleFile(service: ServiceType, fileName: string): boolean {
1229 if (service === ServiceType.ZEROX0 && !Native) {

Callers 2

canServiceHandleFileFunction · 0.85
normalizePrimaryServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected