MCPcopy
hub / github.com/jesseduffield/lazygit / render

Method render

pkg/gui/view_helpers.go:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120func (gui *Gui) render() {
121 gui.c.OnUIThread(func() error { return nil })
122}
123
124// postRefreshUpdate is to be called on a context after the state that it depends on has been refreshed
125// if the context's view is set to another context we do nothing.

Callers 4

onNewRepoMethod · 0.95
getManagerMethod · 0.95
gameLoopMethod · 0.45
RenderMethod · 0.45

Calls 1

OnUIThreadMethod · 0.65

Tested by

no test coverage detected