MCPcopy Create free account
hub / github.com/HubSpot/draft-convert / baseProcessInlineTag

Function baseProcessInlineTag

src/convertFromHTML.js:227–229  ·  view source on GitHub ↗
(tag, node, inlineStyles = OrderedSet())

Source from the content-addressed store, hash-verified

225}
226
227function baseProcessInlineTag(tag, node, inlineStyles = OrderedSet()) {
228 return processInlineTag(tag, node, inlineStyles);
229}
230
231function joinChunks(A, B, flat = false) {
232 // Sometimes two blocks will touch in the DOM and we need to strip the

Callers

nothing calls this directly

Calls 1

processInlineTagFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…