Function radicle_cob::object::collaboration::info::changegraph
source ยท pub fn changegraph<S>(
storage: &S,
typename: &TypeName,
oid: &ObjectId,
) -> Result<Option<ChangeGraphInfo>, Retrieve>where
S: Store,
Expand description
Retrieve additional information about the change graph of an object. This is mostly useful for debugging and testing
The storage
is the backing storage for storing
crate::Entry
s at content-addressable locations. Please see
Store
for further information.
The typename
is the type of object to be found, while the oid
is the identifier for the particular object under that type.