JCMais/node-libcurl

View on GitHub
examples/12-debug-callback.js

Summary

Maintainability
A
1 hr
Test Coverage

Function debugCallback has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const debugCallback = (infoType, content) => {
  let text = ''

  const contentString = content.toString('utf8')

Severity: Minor
Found in examples/12-debug-callback.js - About 1 hr to fix

    There are no issues that match your filters.

    Category