etnbrd/flx-compiler

View on GitHub
prototypes/zeromq/src/node.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function node has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function node() {
    cloud = zmq.socket('sub');
    ctl = zmq.socket('req');
    output = zmq.socket('pub');

Severity: Minor
Found in prototypes/zeromq/src/node.js - About 1 hr to fix

    Function router has 39 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function router() {
        cloud = zmq.socket('sub');
        output = zmq.socket('pub');
        ctl = zmq.socket('rep');
    
    
    Severity: Minor
    Found in prototypes/zeromq/src/node.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status