Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(w *UIWindow) Display() {
53
w.drawNode(w.root)
54
}
55
56
func
(w *UIWindow) GetMouseSplitNode(vloc buffer.Loc) *views.Node {
57
var
mouseLoc
func
(*views.Node) *views.Node
Callers
nothing calls this directly
Calls
1
drawNode
Method · 0.95
Tested by
no test coverage detected