function getPathName()
in
script/dist.js [87:89]
3
lines of code
1
McCabe index (conditional complexity)
function getPathName(path) { return path.replace(/\//g, '-') }