(inputs)
| 93 | |
| 94 | export const ySyncFacet = cmState.Facet.define<YSyncConfig, YSyncConfig>({ |
| 95 | combine(inputs) { |
| 96 | return inputs[inputs.length - 1] |
| 97 | }, |
| 98 | }) |
| 99 | |
| 100 | export const ySyncAnnotation = cmState.Annotation.define<YSyncConfig>() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…