Buckets:
| module.exports = function () { | |
| // see https://code.google.com/p/v8/wiki/JavaScriptStackTraceApi | |
| var origPrepareStackTrace = Error.prepareStackTrace; | |
| Error.prepareStackTrace = function (_, stack) { return stack; }; | |
| var stack = (new Error()).stack; | |
| Error.prepareStackTrace = origPrepareStackTrace; | |
| return stack[2].getFileName(); | |
| }; | |
Xet Storage Details
- Size:
- 354 Bytes
- Xet hash:
- dcd26f30d1f52fe3a31df9b2cac6d40c2ce819933d714c6a9f47d2ad59f17dbc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.