MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / getBoundingClientRect

Function getBoundingClientRect

app/services/tdc_vm_runner.cjs:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 return this.attributes[name] ?? null;
73 },
74 getBoundingClientRect() {
75 return { width: 300, height: 150, top: 0, left: 0, right: 300, bottom: 150 };
76 },
77 addEventListener() {},
78 removeEventListener() {},
79 ...extra,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected