Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/labring/FastGPT
/ isExternal
Function
isExternal
document/script/checkDocRefs.js:73–75 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
71
}
72
73
function
isExternal(url) {
74
return
/^(https?:|mailto:|tel:|data:|ftp:|ws:|wss:)/i.test(url) || url.startsWith(
'#'
);
75
}
76
77
function
stripFragment(url) {
78
return
url.split(
'#'
)[0].split(
'?'
)[0];
Callers
1
isValidRef
Function · 0.85
Calls
2
test
Method · 0.80
startsWith
Method · 0.45
Tested by
no test coverage detected