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

Function ScreenGetAll

v2/pkg/runtime/screen.go:12–15  ·  view source on GitHub ↗

ScreenGetAll returns all screens

(ctx context.Context)

Source from the content-addressed store, hash-verified

10
11// ScreenGetAll returns all screens
12func ScreenGetAll(ctx context.Context) ([]Screen, error) {
13 appFrontend := getFrontend(ctx)
14 return appFrontend.ScreenGetAll()
15}

Callers

nothing calls this directly

Calls 2

getFrontendFunction · 0.85
ScreenGetAllMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…