Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/diffgram/diffgram
/ CommandInterface
Interface
CommandInterface
frontend/src/helpers/interfaces/Command.ts:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
CommandInterface {
2
execute: () => (void);
3
undo: () => (void);
4
}
Callers
nothing calls this directly
Implementers
1
TestCommand
frontend/tests/unit/helpers/TestClasse
Calls
no outgoing calls
Tested by
no test coverage detected