ArchUnitTS - v2.2.0
    Preparing search index...

    Interface CountMetric

    Count metrics interface for file and class-level counting

    interface CountMetric {
        name: string;
        calculate(classInfo: ClassInfo): number;
        description: string;
    }

    Hierarchy

    • Metric
      • CountMetric

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string
    description: string

    Methods

    • Parameters

      • classInfo: ClassInfo

      Returns number