MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / onComplete

Method onComplete

ui/media/js/engine.js:74–76  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

72 return [this.textDecoder.decode(value)]
73 }
74 onComplete(value) {
75 return value
76 }
77 onError(response) {
78 throw new Error(response.statusText)
79 }

Callers 2

openMethod · 0.95
jasmine.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected