bchelli/node-smb2

View on GitHub
lib/tools/smb2-forge.js

Summary

Maintainability
A
1 hr
Test Coverage

Function response has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

SMB2Forge.response = function(c){
  c.responses = {};
  c.responsesCB = {};
  c.responseBuffer = new Buffer(0);
  return function(response){
Severity: Minor
Found in lib/tools/smb2-forge.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status