henrikrudstrom/oce-wrap

View on GitHub
src/features/asStatic.js

Summary

Maintainability
A
1 hr
Test Coverage

Function includeAsStatic has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function includeAsStatic(expr, template, valueFunc, returnType) {
  var clsName = expr.split('(')[0];
  var cls = headers.get(clsName);

  if (!returnType) {
Severity: Minor
Found in src/features/asStatic.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status