MCPcopy Index your code
hub / github.com/pyscript/pyscript / makeOutDiv

Function makeOutDiv

core/src/plugins/py-editor.js:238–243  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

236};
237
238const makeOutDiv = (type) => {
239 const outDiv = document.createElement("div");
240 outDiv.className = `${type}-editor-output`;
241 outDiv.id = `${getID(type)}-output`;
242 return outDiv;
243};
244
245const makeBoxDiv = (handler, type, output) => {
246 const boxDiv = document.createElement("div");

Callers 1

makeBoxDivFunction · 0.85

Calls 1

getIDFunction · 0.70

Tested by

no test coverage detected