View Source Credo.Check.Readability.NestedFunctionCalls.PipeHelper (Credo v1.7.3)

This module exists to contain logic for the cannot_be_in_pipline?/3 helper function. This function was originally copied from the Credo.Check.Refactor.PipeChainStart module's valid_chain_start?/3 function. Both functions are identical.

Summary

Functions

Link to this function

cannot_be_in_pipeline?(ast, excluded_functions, excluded_argument_types)

View Source
Link to this function

valid_chain_start_function_call?(ast, excluded_functions, excluded_argument_types)

View Source