MCPcopy
hub / github.com/diffgram/diffgram / HistoryInterface

Interface HistoryInterface

frontend/src/helpers/interfaces/History.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface HistoryInterface {
2 push: Function;
3 pop: Function;
4 repush: Function;
5}

Callers

nothing calls this directly

Implementers 2

CommandHistoryfrontend/src/helpers/history.ts
TestHistoryfrontend/tests/unit/helpers/TestClasse

Calls

no outgoing calls

Tested by

no test coverage detected