()
| 7 | |
| 8 | let uidCounter = 0; |
| 9 | function nextUid() { |
| 10 | uidCounter += 1; |
| 11 | return uidCounter; |
| 12 | } |
| 13 | |
| 14 | function initContainer(container) { |
| 15 | const nav = container.querySelector('.mdbook-tabs'); |
no outgoing calls
no test coverage detected
searching dependent graphs…