WindowReload will reload the window contents
(ctx context.Context)
| 32 | |
| 33 | // WindowReload will reload the window contents |
| 34 | func WindowReload(ctx context.Context) { |
| 35 | appFrontend := getFrontend(ctx) |
| 36 | appFrontend.WindowReload() |
| 37 | } |
| 38 | |
| 39 | // WindowReloadApp will reload the application |
| 40 | func WindowReloadApp(ctx context.Context) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…