MCPcopy Create free account
hub / github.com/wonderwhy-er/DesktopCommanderMCP /

Class

src/utils/files/binary.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 * Uses content-based detection via isBinaryFile
21 */
22export class BinaryFileHandler implements FileHandler {
23 async canHandle(filePath: string): Promise<boolean> {
24 // Content-based binary detection using isBinaryFile
25 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected