MCPcopy Create free account
hub / github.com/CommE2E/comm / hasMultipleFrames

Method hasMultipleFrames

native/media/media-processing-queue.js:127–130  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

125 }
126
127 hasMultipleFrames(path: string): Promise<boolean> {
128 const wrappedCommand = () => hasMultipleFrames(path);
129 return this.queueCommand('probe', wrappedCommand);
130 }
131}
132
133const mediaProcessingQueue: MediaProcessingQueue = new MediaProcessingQueue();

Callers 2

getMediaTypeInfoFunction · 0.45
hasMultipleFramesFunction · 0.45

Calls 1

queueCommandMethod · 0.95

Tested by

no test coverage detected