function fetchFunction()
in
public/main.js [54:56]
3
lines of code
1
McCabe index (conditional complexity)
function fetchFunction(...args) { return fetch(...args); }