ltgcgo/octavia

View on GitHub
src/state/xgValues.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Function getSgKana has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Invalid

let getSgKana = function (seq) {
let target = seq;
if (seq[0] == "*") {
target = target.slice(1);
};
Severity: Minor
Found in src/state/xgValues.js - About 25 mins to fix

There are no issues that match your filters.

Category
Status