leonitousconforti/tinyburg

View on GitHub
packages/architect/src/docker-helpers/2-populate-emulator-data-volume.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function populateSharedDataVolume has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Effect.gen(function* () {
        const volumes: MobyApi.Volumes.Volumes = yield* MobyApi.Volumes.Volumes;
        const containers: MobyApi.Containers.Containers = yield* MobyApi.Containers.Containers;
        yield* Effect.logInfo("Populating shared emulator data volume...");

    There are no issues that match your filters.

    Category
    Status