Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::Resolver - Assigns UIDs as necessary to objects
SYNOPSIS
use KiokuDB::Resolver;
my $r = KiokuDB::Resolver->new(
live_objects => $live_objects,
);
my $id = $r->object_to_id($object);
DESCRIPTION
This object wraps the live object set but also handles UID extraction and generation.
This is used during collapsing in order to provide IDs for unencountered objects.
This class may be superseded by the typemap in the future.
ATTRIBUTES
- live_objects
-
The underlying live object set.