MCPcopy
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

pushMethod · 0.95
popMethod · 0.95
repushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected