MCPcopy
hub / github.com/openstf/stf / compareRespectCase

Function compareRespectCase

res/app/device-list/column/device-column-service.js:384–391  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

382}
383
384function compareRespectCase(a, b) {
385 if (a === b) {
386 return 0
387 }
388 else {
389 return a < b ? -1 : 1
390 }
391}
392
393
394function TextCell(options) {

Callers 2

DeviceModelCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected