MCPcopy Create free account
hub / github.com/anomalyco/opencode / message

Method message

packages/core/src/image.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 maxBytes: Schema.Number,
29}) {
30 override get message() {
31 return `Image ${this.resource} is ${this.width}x${this.height} with base64 size ${this.bytes}, exceeding configured limits ${this.maxWidth}x${this.maxHeight}/${this.maxBytes} bytes`
32 }
33}
34
35export interface Interface {

Callers 3

effect.test.tsFile · 0.45
promise.test.tsFile · 0.45
session.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected