MCPcopy
hub / github.com/witheve/Eve / finalizeLastHistoryEntry

Method finalizeLastHistoryEntry

src/ide.ts:1508–1512  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1506 }
1507
1508 finalizeLastHistoryEntry() {
1509 let history = this.history;
1510 if(!history.items.length) return;
1511 history.items[history.items.length - 1].finalized = true;
1512 }
1513
1514 //-------------------------------------------------------
1515 // Handlers

Callers 4

formatInlineMethod · 0.95
formatLineMethod · 0.95
formatBlockMethod · 0.95
EditorClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected