MCPcopy Create free account
hub / github.com/devforth/painterro / loaded

Method loaded

js/inserter.js:179–187  ·  view source on GitHub ↗
(img, mimetype)

Source from the content-addressed store, hash-verified

177 }
178
179 loaded(img, mimetype) {
180 this.img = img;
181 this.mimetype = mimetype;
182 this.loading = false;
183 if (this.doLater) {
184 this.doLater(img);
185 this.doLater = null;
186 }
187 }
188
189 getAvailableOptions() {
190 if (this.main.params.how_to_paste_actions) {

Callers 1

handleItMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected