Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
uuid.len = len;
7
8
function
uuid() {
9
return
len(24);
10
}
11
12
function
len(size) {
13
return
rando(size).toString(
'base64'
).replace(/[\/\+]/g,
function
(x) {
Callers
7
mpd_protocol.js
File · 0.70
MpdProtocol
Function · 0.70
PlayerServer
Function · 0.70
player_server.js
File · 0.70
addPermSubscription
Function · 0.70
player.js
File · 0.70
grooveFileToDbFile
Function · 0.70
Calls
1
len
Function · 0.85
Tested by
no test coverage detected