(id: string)
| 132 | } |
| 133 | |
| 134 | getByIdOrNull(id: string): DataType | null { |
| 135 | return this.byId.get(id) ?? null; |
| 136 | } |
| 137 | |
| 138 | @action initial(data: any[]) { |
| 139 | // put items one by one if not already in the array if they are that means they come from an |
no test coverage detected