MCPcopy Create free account
hub / github.com/bytecodealliance/component-docs / nextUid

Function nextUid

component-model/theme/tabs-a11y.js:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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');

Callers 1

initContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…