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

Function clearRect

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

Source from the content-addressed store, hash-verified

103 return makeNoopProxy({
104 fillRect() {},
105 clearRect() {},
106 getImageData() {
107 return { data: new Uint8ClampedArray(4) };
108 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected