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

Function IsPat

lib/zlib/zlib.js:216–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 var fmax;
215
216 function IsPat() {
217 while (1) {
218 if (fpos[len] >= fmax)
219 return -1;
220 if (flens[fpos[len]] == len)
221 return fpos[len]++;
222 fpos[len]++;
223 }
224 };
225
226 function Rec() {
227 var curplace = Places[treepos];

Callers 1

RecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected