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

Function isSpreadArgument

test/fixtures/snapshot/typescript.js:75326–75328  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

75324 }
75325 }
75326 function isSpreadArgument(arg) {
75327 return !!arg && (arg.kind === 225 /* SyntaxKind.SpreadElement */ || arg.kind === 232 /* SyntaxKind.SyntheticExpression */ && arg.isSpread);
75328 }
75329 function getSpreadArgumentIndex(args) {
75330 return ts.findIndex(args, isSpreadArgument);
75331 }

Callers 1

getSpreadArgumentTypeFunction · 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…