Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ handleStringSettingChange
Function
handleStringSettingChange
ui/media/js/main.js:289–293 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
287
}
288
289
function
handleStringSettingChange(key) {
290
return
function
(e) {
291
localStorage.setItem(key, e.target.value.toString())
292
}
293
}
294
295
function
isSoundEnabled() {
296
return
getSetting(
"sound_toggle"
)
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected