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

Function WindowReload

v2/pkg/runtime/window.go:34–37  ·  view source on GitHub ↗

WindowReload will reload the window contents

(ctx context.Context)

Source from the content-addressed store, hash-verified

32
33// WindowReload will reload the window contents
34func WindowReload(ctx context.Context) {
35 appFrontend := getFrontend(ctx)
36 appFrontend.WindowReload()
37}
38
39// WindowReloadApp will reload the application
40func WindowReloadApp(ctx context.Context) {

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
WindowReloadMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…