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

Function getImageData

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

Source from the content-addressed store, hash-verified

104 fillRect() {},
105 clearRect() {},
106 getImageData() {
107 return { data: new Uint8ClampedArray(4) };
108 },
109 putImageData() {},
110 createImageData() {
111 return [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected