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

Function traverse

static/vuejs/vue.runtime.common.js:2608–2611  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

_traverseFunction · 0.70

Tested by

no test coverage detected