Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ isEmpty
Method
isEmpty
Fleece/Support/JSONEncoder.hh:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
void setCanonical(bool canonical) {_canonical = canonical;}
34
35
bool isEmpty() const {return _out.length() == 0;}
36
size_t bytesWritten() const {return _out.length();}
37
38
/** Returns the encoded data. */
Callers
nothing calls this directly
Calls
1
length
Method · 0.80
Tested by
no test coverage detected