MCPcopy Create free account
hub / github.com/Expensify/react-native-live-markdown / appendSyntax

Function appendSyntax

src/parseExpensiMark.ts:117–119  ·  view source on GitHub ↗
(syntax: string)

Source from the content-addressed store, hash-verified

115 }
116
117 function appendSyntax(syntax: string) {
118 addChildrenWithStyle(syntax, 'syntax');
119 }
120
121 function addChildrenWithStyle(node: StackItem | string, type: MarkdownType) {
122 const start = text.length;

Callers 1

dfsFunction · 0.85

Calls 1

addChildrenWithStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…