Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ resetStack
Method
resetStack
Fleece/Core/Encoder.cc:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void Encoder::resetStack() {
66
_items = &_stack[0];
67
_stackDepth = 1;
68
}
69
70
void Encoder::reset() {
71
if (_items)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected