(ctx context.Context, windowId string, fromElectron bool)
| 107 | } |
| 108 | |
| 109 | func (svc *WindowService) CloseWindow(ctx context.Context, windowId string, fromElectron bool) error { |
| 110 | ctx = waveobj.ContextWithUpdates(ctx) |
| 111 | return wcore.CloseWindow(ctx, windowId, fromElectron) |
| 112 | } |
nothing calls this directly
no test coverage detected