Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easydiffusion/easydiffusion
/ pushAction
Method
pushAction
ui/media/js/image-editor.js:350–355 ·
view source on GitHub ↗
(action)
Source
from the content-addressed store, hash-verified
348
this.events.push(event)
349
}
350
pushAction(action) {
351
this.push({
352
type
:
"action"
,
353
id: action,
354
})
355
}
356
editBegin(x, y) {
357
this.current_edit = {
358
type
:
"edit"
,
Callers
1
runAction
Method · 0.80
Calls
1
push
Method · 0.95
Tested by
no test coverage detected