MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / findPixel

Function findPixel

chapter05/5.8 - Draw Line/drawLine.js:10–12  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

8 };
9
10 var findPixel = function(x) {
11 return x % 8;
12 };
13
14 for (var i = x1; i <= x2; i++) {
15 byte = findByte(i, y, width);

Callers 1

drawLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected