Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
882
useAsThumbSaveBtn.addEventListener(
"click"
, (e) => {
Callers
nothing calls this directly
Calls
1
json
Method · 0.45
Tested by
no test coverage detected