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

Function tryGetRootParameterDeclaration

test/fixtures/snapshot/typescript.js:82094–82096  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

82092 }
82093 }
82094 function tryGetRootParameterDeclaration(node) {
82095 return ts.tryCast(ts.getRootDeclaration(node), ts.isParameter);
82096 }
82097 function isValidUnusedLocalDeclaration(declaration) {
82098 if (ts.isBindingElement(declaration)) {
82099 if (ts.isObjectBindingPattern(declaration.parent)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected