OpenHPS/openhps-core

View on GitHub
src/nodes/ObjectProcessingNode.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

    public process(frame: InOut, options?: GraphOptions): Promise<InOut> {
        return new Promise<InOut>((resolve, reject) => {
            const processObjectPromises: Array<Promise<DataObject>> = [];
            const uids = [];
            const sourceUID = frame.source ? frame.source.uid : undefined;
Severity: Minor
Found in src/nodes/ObjectProcessingNode.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status