(node)
| 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)) { |
no outgoing calls
no test coverage detected