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

Function sorted

test/parallel/test-util-inspect.js:2468–2468  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2466 inspect(
2467 { a200: 4, a100: 1, a102: 3, a101: 2 },
2468 { sorted(a, b) { return b.localeCompare(a); } }
2469 ),
2470 '{ a200: 4, a102: 3, a101: 2, a100: 1 }'
2471);

Callers 15

configure_intlFunction · 0.85
is_validFunction · 0.85
mkssldef.pyFile · 0.85
SearchFilesFunction · 0.85
extract_zipFunction · 0.85
find_single_subdirFunction · 0.85
mainFunction · 0.85
PrintErrorCountsMethod · 0.85
PrintUsageFunction · 0.85
GenerateTokensFunction · 0.85
DeduplicateListsFunction · 0.85

Calls

no outgoing calls

Tested by 15

print_resultsMethod · 0.68
_ExpectedWarningsMethod · 0.68
_VerifyResultTracesMethod · 0.68
_VerifyResultsMethod · 0.68
testNestedSuiteMethod · 0.68
testNormalMethod · 0.68
sort_keyFunction · 0.68
get_android_resourcesMethod · 0.68
_list_test_filenamesMethod · 0.68
_list_test_filenamesMethod · 0.68
_list_test_filenamesMethod · 0.68
test_three_fuzzersMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…