MCPcopy
hub / github.com/jimp-dev/jimp / scan.test.ts

File scan.test.ts

packages/jimp/src/scan.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeTestImage } from "@jimp/test-utils";
2import { describe, expect, test } from "vitest";
3
4import { Jimp, intToRGBA, rgbaToInt } from "./index.js";

Callers

nothing calls this directly

Calls 9

makeTestImageFunction · 0.90
testFunction · 0.85
rgbaToIntFunction · 0.85
scanIteratorMethod · 0.80
fromBitmapMethod · 0.80
getPixelColorMethod · 0.80
setPixelColorMethod · 0.80
scanMethod · 0.65
intToRGBAFunction · 0.50

Tested by

no test coverage detected