logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Metrics::Any::Adapter::Null" - a metrics reporting adapter which does nothing

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.36.0                                       2023-09-29                   Metrics::Any::Adapter::Null(3pm)

Description

       This Metrics::Any adapter type contains an empty stub implementation of the adapter API, allowing a
       module to invoke methods on its metrics collector that do not do anything.

       A program would run with this adapter by default unless it has requested a different one, via the "use
       Metrics::Any::Adapter" statement.

       This adapter type claims to support batch mode, though the reporting callback will never be invoked.

Name

       "Metrics::Any::Adapter::Null" - a metrics reporting adapter which does nothing

See Also