MCPcopy
hub / github.com/CodeboxIDE/codebox / isFsURL_

Function isFsURL_

client/vendors/filer.js:264–266  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

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

Callers 2

pathToFsURL_Function · 0.85
filer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected