MCPcopy 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
215const createDivForCode = () => {
216 let div = document.createElement("div");
217 div.classList.add("highlight");
218 return div;
219};
220
221// Render the CLIF (if any).
222const clifElem = document.getElementById("clif");

Callers 1

index.jsFile · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected