Resources/Public/JavaScript/DigitalAssetManagementActions.js   A
last analyzed

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 1
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 3
Bugs 0 Features 0
Metric Value
cc 0
eloc 1
nc 1
dl 0
loc 1
rs 10
c 3
b 0
f 0
wmc 1
mnd 0
bc 1
fnc 1
bpm 1
cpm 1
noi 0
1
/*
2
 * This file is part of the TYPO3 CMS project.
3
 *
4
 * It is free software; you can redistribute it and/or modify it under
5
 * the terms of the GNU General Public License, either version 2
6
 * of the License, or any later version.
7
 *
8
 * For the full copyright and license information, please read the
9
 * LICENSE.txt file that was distributed with this source code.
10
 *
11
 * The TYPO3 project - inspiring people to share!
12
 */
13
define(["require", "TYPO3/CMS/DigitalAssetManagement/Library/filelist.umd.min"], function () {});
14