Uniqueness check
Full path to the JavaScript file
src/coverPhoto.js
Function(s)/scope targeted
function getCover(type, id)
Relevant Qlty output
19 function getCover(type, id) {
20 const defaultCover = `${relative_path}/assets/images/cover-default.png`;
21 if (meta.config[`${type}:defaultCovers`]) {
22 const covers = String(meta.config[`${type}:defaultCovers`]).trim().split(/[\s,]+/g);
23 let coverPhoto = defaultCover;
24 if (!covers.length) {
[hid 16 additional lines]
Uniqueness check
Full path to the JavaScript file
src/coverPhoto.js
Function(s)/scope targeted
function getCover(type, id)
Relevant Qlty output