MCPcopy Create free account
hub / github.com/christkv/node-git / readByte

Function readByte

lib/zlib/zlib.js:134–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 fileout;
133
134 function readByte(){
135 bits+=8;
136 if (bytepos<bA.length){
137 //if (debug)
138 // document.write(bytepos+": "+bA[bytepos]+"<br>");
139 // util.debug(bA[bytepos++].toString(16))
140 // return String.fromCharCode(bA[bytepos++]);
141 return bA[bytepos++];
142 } else
143 return -1;
144 };
145
146 function byteAlign(){
147 bb = 1;

Callers 4

readBitFunction · 0.85
DeflateLoopFunction · 0.85
nextFileFunction · 0.85
skipdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected