Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MathMan05/Fermi
/
Class
src/webpage/settings.ts:393–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
input.checked = this.value;
392
input.oninput = this.onChange.bind(this);
393
this.input =
new
WeakRef(input);
394
div.append(input);
395
return
div;
396
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected