MCPcopy Create free account
hub / github.com/UI5/webcomponents / walk

Function walk

packages/main/src/TabContainer.ts:1561–1563  ·  view source on GitHub ↗
(items: Array<ITab>, callback: (arg0: ITab, arg1: number) => void)

Source from the content-addressed store, hash-verified

1559};
1560
1561const walk = (items: Array<ITab>, callback: (arg0: ITab, arg1: number) => void) => {
1562 _walk(items, callback, 0);
1563};
1564
1565TabContainer.define();
1566

Callers 5

checkHasRequireFunction · 0.85
onBeforeRenderingMethod · 0.85
_flattenMethod · 0.85
_findSiblingsMethod · 0.85

Calls 1

_walkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…