MCPcopy 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
283function handleBoolSettingChange(key) {
284 return function (e) {
285 localStorage.setItem(key, e.target.checked.toString())
286 }
287}
288
289function handleStringSettingChange(key) {
290 return function (e) {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected