Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ back
Function
back
ui/media/js/image-modal.js:177–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
const
back = () => {
178
if
(state.previous) {
179
init(state.previous)
180
}
else
{
181
backElem.style.display =
"none"
182
}
183
}
184
185
const
forward = () => {
186
if
(state.next) {
Callers
1
image-modal.js
File · 0.85
Calls
1
init
Function · 0.70
Tested by
no test coverage detected