pub fn ops<R>( id: &ObjectId, type_name: &TypeName, repo: &R, ) -> Result<NonEmpty<Op<Vec<u8>>>, Error>where R: Store,
Get an object’s operations without decoding them.