MCPcopy Index your code
hub / github.com/Waishnav/devspace / unmountPayload

Function unmountPayload

src/ui/workspace-app.tsx:301–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299}
300
301function unmountPayload(): void {
302 unmountCurrentPayload();
303 currentPayload = null;
304 currentPayloadContainer = null;
305}
306
307function unmountCurrentPayload(): void {
308 currentPayload?.unmount();

Callers 3

bootFunction · 0.85
renderFunction · 0.85
renderReviewCardFunction · 0.85

Calls 1

unmountCurrentPayloadFunction · 0.85

Tested by

no test coverage detected