Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/byoungd/up
/ isExternal
Function
isExternal
scripts/check-content.mjs:37–37 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
35
}
36
37
const
isExternal = (t) => /^(https?:|mailto:|tel:|data:|\/\/)/i.test(t);
38
39
/** 把 Docsify 的 `/threads/...` 路由解析为 docs 下的真实文件路径。 */
40
function
routeToFile(route) {
Callers
2
resolveTarget
Function · 0.85
summaryTargets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected