MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / callback

Function callback

ui/plugins/ui/jasmineSpec.js:79–81  ·  view source on GitHub ↗
({ value, done })

Source from the content-addressed store, hash-verified

77 return 8 + 8
78 })("start")
79 const callback = function({ value, done }) {
80 return { value: 2 * value, done }
81 }
82 expect(await SD.Task.run(promiseGenerator, { callback })).toBe(32)
83 })
84 it("should be able to queue tasks", async function() {

Callers 4

croppr.jsFile · 0.85
on_stepFunction · 0.85
image_progress_threadFunction · 0.85
getImageFromDropEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected