()
| 52 | }) |
| 53 | .actions(self => { |
| 54 | function afterCreate() { |
| 55 | unprotect(self) |
| 56 | } |
| 57 | function addBox(id: string, name: string, x: number, y: number) { |
| 58 | const box = Box.create({ name, x, y, id }) |
| 59 | self.boxes.put(box) |
nothing calls this directly
no test coverage detected
searching dependent graphs…