MCPcopy Create free account
hub / github.com/continuedev/continue /

Class

manual-testing-sandbox/next-edit/next-edit-test-2.ts:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36class DocumentEditor {
37 private nodes: DocumentNode[] = [];
38 private undoStack: Command[] = [];
39 private redoStack: Command[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected