Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
384
function
compareRespectCase(a, b) {
385
if
(a === b) {
386
return
0
387
}
388
else
{
389
return
a < b ? -1 : 1
390
}
391
}
392
393
394
function
TextCell(options) {
Callers
2
device-column-service.js
File · 0.85
DeviceModelCell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected