@eagleoutice/flowr - v2.10.9
    Preparing search index...
    DEAD_CODE: {
        createSearch: (
            config: DeadCodeConfig,
        ) => FlowrSearchBuilderOut<"all", ["with"], ParentInformation, "filter">;
        info: {
            certainty: BestEffort;
            defaultConfig: {};
            description: "Marks areas of code that are never reached during execution.";
            name: "Dead Code";
            tags: readonly [Smell, Usability, Reproducibility];
        };
        prettyPrint: {
            full: (result: LintingResult) => string;
            query: (result: LintingResult) => string;
        };
        processSearchResult: (
            elements: FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
            _config: DeadCodeConfig,
            _data: ReadonlyFlowrAnalysisProvider<KnownParser>,
        ) => { results: LintingResult[] };
    } = ...

    Type Declaration