MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked /

Class

source code/utils/imageValidation.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * Error thrown when one or more images exceed the API size limit.
17 */
18export class ImageSizeError extends Error {
19 constructor(oversizedImages: OversizedImage[], maxSize: number) {
20 let message: string
21 const firstImage = oversizedImages[0]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected