(tokens)
| 109 | marked.use({ |
| 110 | hooks: { |
| 111 | processAllTokens(tokens) { |
| 112 | tokens.push(createHeadingToken('processAllTokens')); |
| 113 | return tokens; |
| 114 | }, |
| 115 | }, |
| 116 | walkTokens(token) { |
| 117 | if (token.type === 'heading') { |
nothing calls this directly
no test coverage detected
searching dependent graphs…