MCPcopy
hub / github.com/aui/font-spider / isRemoteFile

Function isRemoteFile

src/spider/utils.js:207–209  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

205 * @return {Boolean}
206 */
207function isRemoteFile (src) {
208 return RE_SERVER.test(src);
209}
210
211
212

Callers 3

resolveFunction · 0.85
normalizeFunction · 0.85
dirnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected