MCPcopy Create free account
hub / github.com/3rd-Eden/memcached / GUID

Function GUID

examples/queue_limit.js:68–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68function GUID ()
69{
70 return (
71 S4() + S4() + "-" +
72 S4() + "-" +
73 S4() + "-" +
74 S4() + "-" +
75 S4() + S4() + S4()
76 );
77};

Callers 1

goFunction · 0.85

Calls 1

S4Function · 0.85

Tested by

no test coverage detected