MCPcopy
hub / github.com/lo-th/Oimo.js / nextLine

Function nextLine

examples/js/loaders/BVHLoader.js:368–375  ·  view source on GitHub ↗
( lines )

Source from the content-addressed store, hash-verified

366 returns the next non-empty line in lines
367 */
368 function nextLine( lines ) {
369
370 var line;
371 // skip empty lines
372 while ( ( line = lines.shift().trim() ).length === 0 ) { }
373 return line;
374
375 }
376
377 var scope = this;
378

Callers 2

readBvhFunction · 0.85
readNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected