Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ writeString
Method
writeString
Fleece/Core/Encoder.hh:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
void writeDouble(double);
85
86
void writeString(slice s) {(void)_writeString(s);}
87
88
void writeDateString(int64_t timestamp, bool asUTC =true);
89
Callers
4
pop
Method · 0.45
_write
Method · 0.45
_applyArray
Method · 0.45
writeState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected