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

Function createRange

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

Source from the content-addressed store, hash-verified

158 return [createElementStub()];
159 },
160 createRange() {
161 return makeNoopProxy({
162 setStart() {},
163 setEnd() {},
164 getBoundingClientRect() {
165 return { width: 100, height: 20 };
166 },
167 });
168 },
169 querySelector() {
170 return createElementStub();
171 },

Callers

nothing calls this directly

Calls 1

makeNoopProxyFunction · 0.85

Tested by

no test coverage detected