Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
interface
HistoryInterface {
2
push: Function;
3
pop: Function;
4
repush: Function;
5
}
Callers
nothing calls this directly
Implementers
2
CommandHistory
frontend/src/helpers/history.ts
TestHistory
frontend/tests/unit/helpers/TestClasse
Calls
no outgoing calls
Tested by
no test coverage detected