Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ makeTestImage } from
"@jimp/test-utils"
;
2
import
{ describe, expect, test } from
"vitest"
;
3
4
import
{ Jimp, intToRGBA, rgbaToInt } from
"./index.js"
;
Callers
nothing calls this directly
Calls
9
makeTestImage
Function · 0.90
test
Function · 0.85
rgbaToInt
Function · 0.85
scanIterator
Method · 0.80
fromBitmap
Method · 0.80
getPixelColor
Method · 0.80
setPixelColor
Method · 0.80
scan
Method · 0.65
intToRGBA
Function · 0.50
Tested by
no test coverage detected