()
| 99 | }; |
| 100 | |
| 101 | function getEmptyChunk() { |
| 102 | return { |
| 103 | text: '', |
| 104 | inlines: [], |
| 105 | entities: [], |
| 106 | blocks: [], |
| 107 | }; |
| 108 | } |
| 109 | |
| 110 | function getWhitespaceChunk(inEntity) { |
| 111 | const entities = new Array(1); |
no outgoing calls
no test coverage detected
searching dependent graphs…