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

Function combine

packages/plugins/codeblock/src/plugin/yjs/extension.ts:31–33  ·  view source on GitHub ↗
(inputs)

Source from the content-addressed store, hash-verified

29
30export const yExtensionnFacet = Facet.define<YExtensionConfig, YExtensionConfig>({
31 combine(inputs) {
32 return inputs[inputs.length - 1]
33 },
34})
35
36export class YExtension {

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…