Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ shuffle
Function
shuffle
docs/_static/underscore-1.13.1.js:1539–1541 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
1537
1538
// Shuffle a collection.
1539
function
shuffle(obj) {
1540
return
sample(obj, Infinity);
1541
}
1542
1543
// Sort the object's values by a criterion produced by an iteratee.
1544
function
sortBy(obj, iteratee, context) {
Callers
nothing calls this directly
Calls
1
sample
Function · 0.85
Tested by
no test coverage detected