MCPcopy Create free account
hub / github.com/error311/FileRise / qMenu

Function qMenu

public/js/fileMenu.js:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14const MENU_ID = 'fileContextMenu';
15
16function qMenu() { return document.getElementById(MENU_ID); }
17function setText(btn, key) { btn.querySelector('span').textContent = t(key); }
18
19// One-time: localize labels

Callers 6

localizeMenuFunction · 0.85
configureVisibilityFunction · 0.85
placeMenuFunction · 0.85
hideFileContextMenuFunction · 0.85
docClickCloseFunction · 0.85
bindFileListContextMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected