MCPcopy Create free account
hub / github.com/microsoft/SandDance / forEachSingleChild

Function forEachSingleChild

docs/external/js/react.development.js:1201–1205  ·  view source on GitHub ↗
(bookKeeping, child, name)

Source from the content-addressed store, hash-verified

1199 }
1200
1201 function forEachSingleChild(bookKeeping, child, name) {
1202 var func = bookKeeping.func,
1203 context = bookKeeping.context;
1204 func.call(context, child, bookKeeping.count++);
1205 }
1206 /**
1207 * Iterates through children that are typically specified as `props.children`.
1208 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected