ops

Function ops 

Source
pub fn ops<R>(
    id: &ObjectId,
    type_name: &TypeName,
    repo: &R,
) -> Result<NonEmpty<Op<Vec<u8>>>, Error>
where R: Store,
Expand description

Get an object’s operations without decoding them.