MCPcopy
hub / github.com/yabwe/medium-editor / _s4

Function _s4

src/js/util.js:1080–1085  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1078
1079 guid: function () {
1080 function _s4() {
1081 return Math
1082 .floor((1 + Math.random()) * 0x10000)
1083 .toString(16)
1084 .substring(1);
1085 }
1086
1087 return _s4() + _s4() + '-' + _s4() + '-' + _s4() + '-' + _s4() + '-' + _s4() + _s4() + _s4();
1088 }

Callers 1

util.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected