Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diffgram/diffgram
/ update_status
Method
update_status
frontend/src/helpers/history.ts:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
private update_status() {
36
this.undo_posible = this.history.length > 0;
37
this.redo_posible = this.undone_history.length > 0;
38
}
39
}
Callers
3
push
Method · 0.95
pop
Method · 0.95
repush
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected