MCPcopy Index your code
hub / github.com/onblog/BlogHelper / closeMenuChecked

Function closeMenuChecked

src/app-menu.js:533–539  ·  view source on GitHub ↗

* 关闭除ID外的其他checked

(id, menu)

Source from the content-addressed store, hash-verified

531 * 关闭除ID外的其他checked
532 */
533function closeMenuChecked(id, menu) {
534 for (let pic of dataStore.PIC) {
535 if (id !== pic) {
536 appUtil.myGetMenuItemById(pic, menu).checked = false
537 }
538 }
539}

Callers 1

app-menu.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected