MCPcopy
hub / github.com/ocsjs/ocsjs / onrender

Function onrender

packages/scripts/src/projects/common.ts:99–102  ·  view source on GitHub ↗
({ panel })

Source from the content-addressed store, hash-verified

97 }
98 },
99 onrender({ panel }) {
100 const guide = createGuide();
101 panel.body.replaceChildren(guide);
102 }
103 }),
104 settings: new Script({
105 name: '⚙️ 全局设置',

Callers

nothing calls this directly

Calls 4

createGuideFunction · 0.85
updateStateFunction · 0.85
sepFunction · 0.85
searchFunction · 0.70

Tested by

no test coverage detected