MCPcopy Create free account
hub / github.com/github/awesome-copilot / make

Function make

extensions/java-modernization-studio/test/cockpit.test.mjs:1000–1006  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

998 const script = html.split("<script>")[1].split("</script>")[0];
999 const slots = {};
1000 const make = (id) => ({
1001 _html: "", id,
1002 set innerHTML(v) { this._html = v; },
1003 get innerHTML() { return this._html; },
1004 addEventListener() {}, querySelectorAll() { return []; }, querySelector() { return null; },
1005 classList: { add() {}, remove() {}, toggle() {} }, setAttribute() {}, style: {}, dataset: {}, textContent: "",
1006 });
1007 const win = { __APPMOD__: { instanceId: "exec", initialTab }, addEventListener() {}, location: {}, scrollTo() {} };
1008 const ES = class { constructor() {} addEventListener() {} close() {} };
1009 const doc = {

Callers 4

mainFunction · 0.85
mainFunction · 0.85
renderClientTabFunction · 0.85
driveClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected