OpenHPS/openhps-core

View on GitHub
src/graph/_internal/GraphShapeRegistration.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function register has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function register() {
    GraphShapeBuilder.registerShape(
        'convertToSpace',
        (space: ReferenceSpace) =>
            new ReferenceSpaceConversionNode(space, {
Severity: Minor
Found in src/graph/_internal/GraphShapeRegistration.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status