MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / runApp

Function runApp

ftv.go:110–117  ·  view source on GitHub ↗

runApp starts the UI application if not in debug mode

()

Source from the content-addressed store, hash-verified

108
109// runApp starts the UI application if not in debug mode
110func runApp() error {
111 if !debug {
112 if err := app.SetRoot(UI, true).SetFocus(UI).Run(); err != nil {
113 return err
114 }
115 }
116 return nil
117}
118
119// loadAndDisplayAsync handles the complete async loading workflow
120func loadAndDisplayAsync(loader func(*Buffer, chan<- bool, chan<- error), source string) error {

Callers 2

loadAndDisplayAsyncFunction · 0.85
loadAndDisplaySyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected