MCPcopy Index your code
hub / github.com/nodejs/node / comparator

Function comparator

deps/npm/lib/utils/tar.js:79–79  ·  view source on GitHub ↗
({ path: a }, { path: b })

Source from the content-addressed store, hash-verified

77 })
78
79 const comparator = ({ path: a }, { path: b }) => localeCompare(a, b)
80
81 const isUpper = str => {
82 const ch = str.charAt(0)

Callers 4

arrayHasEqualElementFunction · 0.85
setObjectEquivFunction · 0.85
arrayHasEqualMapElementFunction · 0.85
mapObjectEquivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected