(node)
| 240 | } |
| 241 | |
| 242 | function getBody(node) { |
| 243 | if (node.type === 'ExportDefaultDeclaration') { |
| 244 | return node.declaration.body |
| 245 | } |
| 246 | return node.body |
| 247 | } |
| 248 | |
| 249 | function resolveRight(node) { |
| 250 | if (node.type === 'Literal') { |
no outgoing calls
no test coverage detected