radicle: add ReviewEdit getter methods
Downstream clients require access to the data for a ReviewEdit – for example,
the desktop client builds a representation of Actions for TypeScript
generation.
To allow these kinds of use cases, methods are added to ReviewEdit to allow
access to its underlying data.
1 file changed
+38
-0
b77809ae
→
3a470035
modified crates/radicle/src/cob/patch/actions.rs
@@ -59,6 +59,44 @@ impl ReviewEdit {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|