| 11 | |
| 12 | #[derive(Clone)] |
| 13 | pub struct ArrayRefWrapper { |
| 14 | array_ref: ArrayRef, |
| 15 | pub collab_ctx: CollabContext, |
| 16 | } |
| 17 | |
| 18 | impl ArrayRefWrapper { |
| 19 | pub fn new(array_ref: ArrayRef, collab_ctx: CollabContext) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected