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

Function create

packages/plugins/blockquote/src/interfaces/blockquote.ts:13–18  ·  view source on GitHub ↗
(children: Descendant[])

Source from the content-addressed store, hash-verified

11 },
12
13 create(children: Descendant[]): Blockquote {
14 return {
15 type: BLOCKQUOTE_KEY,
16 children,
17 }
18 },
19}

Callers 11

getStoreFunction · 0.50
getSlashToolbarStoreFunction · 0.50
getStoreFunction · 0.50
getStoreFunction · 0.50
getStoreFunction · 0.50
getViewerStoreFunction · 0.50
getMentionStoreFunction · 0.50
getRowStoreFunction · 0.50
use-drag.tsFile · 0.50
getStoreFunction · 0.50
getCursorsStoreFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…