MCPcopy
hub / github.com/andrewrk/groovebasin / uuid

Function uuid

lib/uuid.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6uuid.len = len;
7
8function uuid() {
9 return len(24);
10}
11
12function len(size) {
13 return rando(size).toString('base64').replace(/[\/\+]/g, function(x) {

Callers 7

mpd_protocol.jsFile · 0.70
MpdProtocolFunction · 0.70
PlayerServerFunction · 0.70
player_server.jsFile · 0.70
addPermSubscriptionFunction · 0.70
player.jsFile · 0.70
grooveFileToDbFileFunction · 0.70

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected