MichaReiser/speedy.js

View on GitHub
packages/compiler/src/code-generation/util/llvm-array-helpers.ts

Summary

Maintainability
A
35 mins
Test Coverage

Function assignFromConstantArray has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function assignFromConstantArray(arrayAllocation: llvm.AllocaInst,
                                 elements: llvm.Constant[],
                                 elementType: llvm.Type,
                                 context: CodeGenerationContext,
                                 name?: string) {
Severity: Minor
Found in packages/compiler/src/code-generation/util/llvm-array-helpers.ts - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status