Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / karma-coverage / lib / sourceCache.js
1
2 var cacheByBasePath = {};
3
4 exports.getByBasePath = function (basePath) {
5     return cacheByBasePath[basePath] ? cacheByBasePath[basePath] : (cacheByBasePath[basePath] = {});
6 };