Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ removeRefImage
Function
removeRefImage
ui/media/js/main.js:2516–2519 ·
view source on GitHub ↗
(idx)
Source
from the content-addressed store, hash-verified
2514
}
2515
2516
function
removeRefImage(idx) {
2517
refImages.splice(idx, 1)
2518
renderRefImagesList()
2519
}
2520
2521
function
clearAllRefImages() {
2522
refImages = []
Callers
1
renderRefImagesList
Function · 0.85
Calls
1
renderRefImagesList
Function · 0.85
Tested by
no test coverage detected