Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ addRefImage
Function
addRefImage
ui/media/js/main.js:2511–2514 ·
view source on GitHub ↗
(dataUrl)
Source
from the content-addressed store, hash-verified
2509
}
2510
2511
function
addRefImage(dataUrl) {
2512
refImages.push(dataUrl)
2513
renderRefImagesList()
2514
}
2515
2516
function
removeRefImage(idx) {
2517
refImages.splice(idx, 1)
Callers
1
loadRefImagesFromFile
Function · 0.85
Calls
2
renderRefImagesList
Function · 0.85
push
Method · 0.80
Tested by
no test coverage detected