(a)
| 25 | var resolveAppPath = appFunctions.resolveAppPath; |
| 26 | |
| 27 | var 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 | |
| 33 | var MANIFEST = 'manifest.json'; |
| 34 | var App = module.exports = Class(function () { |
no outgoing calls
no test coverage detected
searching dependent graphs…