(args)
| 118 | return path.join.apply(path, [__dirname].concat(args)); |
| 119 | } |
| 120 | function rootNode(args) { |
| 121 | args = sliceArgs(arguments, 0); |
| 122 | return root.apply(path, ['node_modules'].concat(args)); |
| 123 | } |
| 124 |
nothing calls this directly
no outgoing calls
no test coverage detected