Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ FLEncoder_GetBase
Function
FLEncoder_GetBase
Fleece/API_Impl/Fleece.cc:617–621 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
615
}
616
617
FLSlice FLEncoder_GetBase(FLEncoder e) FLAPI {
618
if (e->isFleece())
619
return e->fleeceEncoder->base();
620
return {};
621
}
622
623
size_t FLEncoder_GetNextWritePos(FLEncoder e) FLAPI {
624
if (e->isFleece())
Callers
1
base
Method · 0.85
Calls
2
isFleece
Method · 0.80
base
Method · 0.45
Tested by
no test coverage detected