OpenHPS/openhps-core

View on GitHub
src/nodes/shapes/MergeShape.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function process has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public process(frame: InOut, options?: PushOptions): Promise<InOut> {
        return new Promise<InOut>((resolve) => {
            if (this.options.maxCount === 1) {
                return resolve(frame);
            }
Severity: Minor
Found in src/nodes/shapes/MergeShape.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status