Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pingcap/docs-cn
/ sortedValues
Function
sortedValues
scripts/verify-internal-links-in-toc.js:70–72 ·
view source on GitHub ↗
(values = [])
Source
from the content-addressed store, hash-verified
68
}
69
70
function
sortedValues(values = []) {
71
return
[...values].sort(sortByLocale);
72
}
73
74
function
extractUrlsFromMarkdownFile(absPath) {
75
const
buf = fs.readFileSync(absPath);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected