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

Function traverse

static/vuejs/vue.runtime.js:2610–2613  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.jsFile · 0.70

Calls 1

_traverseFunction · 0.70

Tested by

no test coverage detected