(path)
| 262 | var isOpen_ = false; |
| 263 | |
| 264 | var isFsURL_ = function(path) { |
| 265 | return path.indexOf(FS_URL_SCHEME) == 0; |
| 266 | }; |
| 267 | |
| 268 | // Path can be relative or absolute. If relative, it's taken from the cwd_. |
| 269 | // If a filesystem URL is passed it, it is simple returned |
no outgoing calls
no test coverage detected