MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / renderPanel

Function renderPanel

tech-study.js:319–324  ·  view source on GitHub ↗

* @description 渲染面板 * @returns

()

Source from the content-addressed store, hash-verified

317 * @returns
318 */
319async function renderPanel() {
320 // 面板
321 const panel = Panel();
322 // 插入节点
323 mountElement(panel);
324}
325/**
326 * @description 渲染窗口
327 */

Callers 1

tech-study.jsFile · 0.70

Calls 2

PanelFunction · 0.70
mountElementFunction · 0.70

Tested by

no test coverage detected