| 31 | } |
| 32 | |
| 33 | pub struct ColorExistsInImageTask { |
| 34 | img: JsImageData, |
| 35 | color: JsColor, |
| 36 | } |
| 37 | |
| 38 | /// Background task used by async color existence checks. |
| 39 | #[napi] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…