MCPcopy Create free account
hub / github.com/couchbase/fleece / queueChildren

Method queueChildren

Fleece/Core/DeepIterator.cc:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 void DeepIterator::queueChildren() {
100 auto type = _value->type();
101 if (type == kDict || type == kArray)
102 _stack.push_front({_path.back(), _value});
103 }
104
105
106 std::string DeepIterator::pathString() const {

Callers

nothing calls this directly

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected