MCPcopy Index your code
hub / github.com/simstudioai/sim / throwZipLimitExceeded

Function throwZipLimitExceeded

apps/sim/lib/pptx-renderer/parser/zip-parser.ts:41–43  ·  view source on GitHub ↗
(reason: string)

Source from the content-addressed store, hash-verified

39}
40
41function throwZipLimitExceeded(reason: string): never {
42 throw new Error(`PPTX zip limit exceeded: ${reason}`)
43}
44
45function readUncompressedSize(file: JSZipObject): number | undefined {
46 const data = (file as JSZipObject & { _data?: { uncompressedSize?: number } })._data

Callers 1

parseZipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected