()
| 1862 | ); |
| 1863 | |
| 1864 | const delValues = (): Store => |
| 1865 | fluentTransaction(() => |
| 1866 | (whileMutating(() => middleware[11]?.()) ?? true) |
| 1867 | ? setValidValues({}, true) |
| 1868 | : 0, |
| 1869 | ); |
| 1870 | |
| 1871 | const delValue = (valueId: Id, skipMiddleware?: boolean): Store => |
| 1872 | fluentTransaction( |
no test coverage detected
searching dependent graphs…