MCPcopy Create free account
hub / github.com/TruthHun/BookStack / sortOrder

Function sortOrder

static/jquery/1.12.4/jquery.js:622–627  ·  view source on GitHub ↗
( a, b )

Source from the content-addressed store, hash-verified

620 tokenCache = createCache(),
621 compilerCache = createCache(),
622 sortOrder = function( a, b ) {
623 if ( a === b ) {
624 hasDuplicate = true;
625 }
626 return 0;
627 },
628
629 // General-purpose constants
630 MAX_NEGATIVE = 1 << 31,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected