MCPcopy Index your code
hub / github.com/anomalyco/opencode / message

Method message

packages/opencode/src/image/image.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 max_height: Schema.Number,
45}) {
46 override get message() {
47 return `Image ${this.width}x${this.height} with base64 size ${this.bytes} exceeds configured limits and could not be resized below ${this.max_width}x${this.max_height}/${this.max} bytes`
48 }
49}
50
51export type Error = ResizerUnavailableError | InvalidDataUrlError | DecodeError | SizeError

Callers 3

showRemovalSummaryFunction · 0.45
executeUninstallFunction · 0.45
installGitHubAppFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected