Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ handleBoolSettingChange
Function
handleBoolSettingChange
ui/media/js/main.js:283–287 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
281
}
282
283
function
handleBoolSettingChange(key) {
284
return
function
(e) {
285
localStorage.setItem(key, e.target.checked.toString())
286
}
287
}
288
289
function
handleStringSettingChange(key) {
290
return
function
(e) {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected