Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ createDivForCode
Function
createDivForCode
crates/explorer/src/index.js:215–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
};
214
215
const
createDivForCode = () => {
216
let
div = document.createElement(
"div"
);
217
div.classList.add(
"highlight"
);
218
return
div;
219
};
220
221
// Render the CLIF (if any).
222
const
clifElem = document.getElementById(
"clif"
);
Callers
1
index.js
File · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected