MCPcopy Create free account
hub / github.com/editablejs/editable / combine

Function combine

packages/plugins/codeblock/src/plugin/yjs/sync.ts:95–97  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

93
94export const ySyncFacet = cmState.Facet.define<YSyncConfig, YSyncConfig>({
95 combine(inputs) {
96 return inputs[inputs.length - 1]
97 },
98})
99
100export const ySyncAnnotation = cmState.Annotation.define<YSyncConfig>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…