(p)
| 2213 | var entries = {}; |
| 2214 | |
| 2215 | function isRealDir(p) { |
| 2216 | return p !== '.' && p !== '..'; |
| 2217 | }; |
| 2218 | function toAbsolute(root) { |
| 2219 | return function(p) { |
| 2220 | return PATH.join2(root, p); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…