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

KiokuDB::LinkChecker - Reference consistency checker

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This is the low level link checker used by KiokuDB::Cmd::Command::FSCK.

Name

       KiokuDB::LinkChecker - Reference consistency checker

Synopsis

           use KiokuDB::LinkChecker;

           my $l = KiokuDB::LinkChecker->new(
               backend => $b,
           );

           my @idw = $l->missing->members; # referenced but not in the DB

Version

       version 0.57

See Also