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

Munin::Node::Session - Stores the state for the session between a node and a master.

Methods

new
            $class->new();

           Constructor.

perl v5.40.1                                       2025-05-20                          Munin::Node::Session(3pm)

Name

       Munin::Node::Session - Stores the state for the session between a node and a master.

Synopsis

        $session = Munin::Node::Session->new();
        $session->{capabilities} = { foo => 1, bar => 1};

See Also