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

Function fillRect

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected