MCPcopy
hub / github.com/ZToolsCenter/ZTools / hide

Function hide

internal-plugins/setting/src/components/common/Toast/Toast.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 const hide = (): void => {
110 toastState.value.visible = false
111 }
112
113 // 确认对话框
114 const confirm = async (options: ConfirmOptions): Promise<boolean> => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected