MCPcopy Create free account
hub / github.com/TruthHun/BookStack / traverse

Function traverse

static/vuejs/vue.runtime.esm.js:2606–2609  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2604 */
2605var seenObjects = new _Set();
2606function traverse (val) {
2607 seenObjects.clear();
2608 _traverse(val, seenObjects);
2609}
2610
2611function _traverse (val, seen) {
2612 var i, keys;

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls 1

_traverseFunction · 0.70

Tested by

no test coverage detected