MCPcopy
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
70function sortedValues(values = []) {
71 return [...values].sort(sortByLocale);
72}
73
74function extractUrlsFromMarkdownFile(absPath) {
75 const buf = fs.readFileSync(absPath);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected