MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / closeTaskWin

Function closeTaskWin

tech-study.js:3689–3697  ·  view source on GitHub ↗

* @description 关闭任务窗口

()

Source from the content-addressed store, hash-verified

3687 * @description 关闭任务窗口
3688 */
3689function closeTaskWin() {
3690 // 同屏任务
3691 if (settings[SettingType.SAME_TAB] && id.value) {
3692 closeFrame();
3693 return;
3694 }
3695 // 非同屏任务
3696 closeWin();
3697}
3698/**
3699 * @description 关闭任务窗口
3700 */

Callers

nothing calls this directly

Calls 2

closeFrameFunction · 0.70
closeWinFunction · 0.70

Tested by

no test coverage detected