Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ setText
Function
setText
public/js/fileMenu.js:17–17 ·
view source on GitHub ↗
(btn, key)
Source
from the content-addressed store, hash-verified
15
16
function
qMenu() {
return
document.getElementById(MENU_ID); }
17
function
setText(btn, key) { btn.querySelector(
'span'
).textContent = t(key); }
18
19
// One-time: localize labels
20
function
localizeMenu() {
Callers
1
localizeMenu
Function · 0.70
Calls
1
t
Function · 0.85
Tested by
no test coverage detected