MCPcopy Create free account
hub / github.com/play-co/devkit / createUUID

Function createUUID

src/apps/App.js:27–31  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

25var resolveAppPath = appFunctions.resolveAppPath;
26
27var createUUID = function createUUID (a) {
28 return a ?
29 (a ^ Math.random() * 16 >> a / 4).toString(16) :
30 ([1e7]+1e3+4e3+8e3+1e11).replace(/[018]/g, createUUID);
31};
32
33var MANIFEST = 'manifest.json';
34var App = module.exports = Class(function () {

Callers 1

App.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…