(indexId: Id, sliceId: Id)
| 78 | ); |
| 79 | |
| 80 | const hasSlice = (indexId: Id, sliceId: Id): boolean => |
| 81 | collHas(getIndex(indexId), sliceId); |
| 82 | |
| 83 | const setIndexDefinition = ( |
| 84 | indexId: Id, |
nothing calls this directly
no test coverage detected
searching dependent graphs…