Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
207
function
isRemoteFile (src) {
208
return
RE_SERVER.test(src);
209
}
210
211
212
Callers
3
resolve
Function · 0.85
normalize
Function · 0.85
dirname
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected