MCPcopy
hub / github.com/marktext/marktext / compose

Method compose

packages/muya/src/state/index.ts:32–34  ·  view source on GitHub ↗
(op1: JSONOpList, op2: JSONOpList)

Source from the content-addressed store, hash-verified

30 }
31
32 static compose(op1: JSONOpList, op2: JSONOpList) {
33 return json1.type.compose(op1, op2);
34 }
35
36 static transform(
37 op: JSONOpList,

Callers 2

_emitStateChangeMethod · 0.80
_recordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected