MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / parseUInt32

Function parseUInt32

webgl/js/three.min.js:7052–7058  ·  view source on GitHub ↗
( data, offset )

Source from the content-addressed store, hash-verified

7050 };
7051
7052 function parseUInt32( data, offset ) {
7053
7054 var intArray = new Uint32Array( data, offset, 1 );
7055
7056 return intArray[ 0 ];
7057
7058 };
7059
7060 function init_vertices( start ) {
7061

Callers 1

parseMetaDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected