MCPcopy Create free account
hub / github.com/continuedev/continue / getAllImages

Method getAllImages

extensions/cli/src/ui/TextBuffer.ts:267–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

265
266 // Get all images for message formatting
267 getAllImages(): Map<string, Buffer> {
268 return new Map(this._imageMap);
269 }
270
271 // Clear images after message submission
272 clearImages(): void {

Callers 2

ImagePaste.test.tsFile · 0.80
handleEnterKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected