Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arfct/itty-bitty
/ handleInput
Function
handleInput
docs/edit.js:269–271 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
267
}
268
269
function
handleInput(e) {
270
handleContentChange(e);
271
}
272
273
function
handleMetadataCheckbox(e) {
274
document.body.classList.toggle(
"no-metadata"
, !e.target.checked)
Callers
nothing calls this directly
Calls
1
handleContentChange
Function · 0.85
Tested by
no test coverage detected