Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ cmpLenRev
Function
cmpLenRev
tests/test_code/js/moment/moment.js:1170–1172 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1168
1169
function
computeMonthsParse() {
1170
function
cmpLenRev(a, b) {
1171
return
b.length - a.length;
1172
}
1173
1174
var
shortPieces = [],
1175
longPieces = [],
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected