MCPcopy Create free account
hub / github.com/devspace-sh/devspace / close

Function close

ui/src/contexts/withWarning/withWarning.tsx:61–65  ·  view source on GitHub ↗
(app: WarningWrapper)

Source from the content-addressed store, hash-verified

59};
60
61const close = (app: WarningWrapper) => {
62 if (app.state.warningUUID) {
63 app.warningQueue[app.warningQueue.length - 1].close();
64 }
65};
66
67const nextPopup = (app: WarningWrapper) => {
68 let next: string = null;

Callers 15

StartMultipleMethod · 0.85
startWithRetryMethod · 0.85
StopMethod · 0.85
forwardMethod · 0.85
commandMethod · 0.85
initialSyncMethod · 0.85
StopMethod · 0.85
mainLoopMethod · 0.85
DoneMethod · 0.85
StartReverseForwardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected