MCPcopy
hub / github.com/wailsapp/wails / WindowReloadApp

Function WindowReloadApp

v2/pkg/runtime/window.go:40–43  ·  view source on GitHub ↗

WindowReloadApp will reload the application

(ctx context.Context)

Source from the content-addressed store, hash-verified

38
39// WindowReloadApp will reload the application
40func WindowReloadApp(ctx context.Context) {
41 appFrontend := getFrontend(ctx)
42 appFrontend.WindowReloadApp()
43}
44
45func WindowSetSystemDefaultTheme(ctx context.Context) {
46 appFrontend := getFrontend(ctx)

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowReloadAppMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…