MCPcopy Index your code
hub / github.com/micro-editor/micro / Display

Method Display

internal/display/uiwindow.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (w *UIWindow) Display() {
53 w.drawNode(w.root)
54}
55
56func (w *UIWindow) GetMouseSplitNode(vloc buffer.Loc) *views.Node {
57 var mouseLoc func(*views.Node) *views.Node

Callers

nothing calls this directly

Calls 1

drawNodeMethod · 0.95

Tested by

no test coverage detected