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

Function retrieve

ui/media/js/main.js:876–879  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

874 },
875
876 retrieve(path) {
877 return fetch(`bucket/${path}.json`)
878 .then((response) => (response.status == 200 ? response.json() : null))
879 },
880}
881
882useAsThumbSaveBtn.addEventListener("click", (e) => {

Callers

nothing calls this directly

Calls 1

jsonMethod · 0.45

Tested by

no test coverage detected