Cldr.Number.Format.Compiler.formatting_pipeline
You're seeing just the function
formatting_pipeline
, go back to Cldr.Number.Format.Compiler module for more information.
Returns an Elixir AST of a formatting pipeline that when executed produces the formatted output for a given format string.
Not all formats require all parts of the full formatting pipeline so by compiling only those parts of the pipeline that are required we produce an optimal code path.