Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arfct/itty-bitty
/ setContent
Function
setContent
docs/edit.js:127–130 ·
view source on GitHub ↗
(html)
Source
from the content-addressed store, hash-verified
125
};
126
127
function
setContent(html) {
128
editor.innerHTML = html;
129
updateBodyClass();
130
}
131
132
function
setFileName(name) {
133
QS(
"#doc-file"
).innerText = name;
Callers
2
edit.js
File · 0.70
setFileName
Function · 0.70
Calls
1
updateBodyClass
Function · 0.70
Tested by
no test coverage detected