MCPcopy
hub / github.com/wavetermdev/waveterm / CloseWindow

Method CloseWindow

pkg/service/windowservice/windowservice.go:109–112  ·  view source on GitHub ↗
(ctx context.Context, windowId string, fromElectron bool)

Source from the content-addressed store, hash-verified

107}
108
109func (svc *WindowService) CloseWindow(ctx context.Context, windowId string, fromElectron bool) error {
110 ctx = waveobj.ContextWithUpdates(ctx)
111 return wcore.CloseWindow(ctx, windowId, fromElectron)
112}

Callers

nothing calls this directly

Calls 2

ContextWithUpdatesFunction · 0.92
CloseWindowFunction · 0.92

Tested by

no test coverage detected