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

Function isReadonlyArray

test/fixtures/snapshot/typescript.js:161273–161275  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

161271 : variableAssignments.concat(writeAssignments);
161272 }
161273 function isReadonlyArray(v) {
161274 return ts.isArray(v);
161275 }
161276 /**
161277 * Produces a range that spans the entirety of nodes, given a selection
161278 * that might start/end in the middle of nodes.

Callers 6

collectEnclosingScopesFunction · 0.85
extractFunctionInScopeFunction · 0.85
getEnclosingTextRangeFunction · 0.85
collectReadsAndWritesFunction · 0.85
_loop_18Function · 0.85
checkForUsedDeclarationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…