MCPcopy Index your code
hub / github.com/nodejs/node / length

Function length

test/fixtures/snapshot/typescript.js:365–367  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

363 ts.emptyMap = new ts.Map();
364 ts.emptySet = new ts.Set();
365 function length(array) {
366 return array ? array.length : 0;
367 }
368 ts.length = length;
369 /**
370 * Iterates through 'array' by index and performs the callback on each element of array until the callback

Callers 1

parseUnparsedSourceFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected