MCPcopy 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
73function isExternal(url) {
74 return /^(https?:|mailto:|tel:|data:|ftp:|ws:|wss:)/i.test(url) || url.startsWith('#');
75}
76
77function stripFragment(url) {
78 return url.split('#')[0].split('?')[0];

Callers 1

isValidRefFunction · 0.85

Calls 2

testMethod · 0.80
startsWithMethod · 0.45

Tested by

no test coverage detected