Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getStore
Function · 0.50
getSlashToolbarStore
Function · 0.50
getStore
Function · 0.50
getStore
Function · 0.50
getStore
Function · 0.50
getViewerStore
Function · 0.50
getMentionStore
Function · 0.50
getRowStore
Function · 0.50
use-drag.ts
File · 0.50
getStore
Function · 0.50
getCursorsStore
Function · 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…