MCPcopy Create free account
hub / github.com/cogentcore/core / textEditors

Method textEditors

texteditor/diffeditor.go:650–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

648}
649
650func (dv *DiffEditor) textEditors() (*DiffTextEditor, *DiffTextEditor) {
651 av := dv.Child(0).(*DiffTextEditor)
652 bv := dv.Child(1).(*DiffTextEditor)
653 return av, bv
654}
655
656////////////////////////////////////////////////////////////////////////////////
657// DiffTextEditor

Callers 5

syncEditorsMethod · 0.95
nextDiffMethod · 0.95
prevDiffMethod · 0.95
applyDiffMethod · 0.95
undoDiffMethod · 0.95

Calls 1

ChildMethod · 0.80

Tested by

no test coverage detected