MCPcopy
hub / github.com/nodeca/pica / PpmImage

Interface PpmImage

test/helpers/ppm.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// Implementation is simplified, for test only.
5//
6export interface PpmImage {
7 width: number
8 height: number
9 buffer: Uint8Array
10}
11
12function is_empty (ch: number): boolean {
13 return ch <= 0x20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…