Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ writeKey
Method
writeKey
Fleece/Support/JSONEncoder.hh:81–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
void writeKey(slice s);
81
void writeKey(const std::string &s) {writeKey(slice(s));}
82
void writeKey(const Value *v) {writeKey(v->asString());}
83
84
////////
"<<"
convenience operators;
Callers
nothing calls this directly
Calls
2
slice
Class · 0.85
asString
Method · 0.45
Tested by
no test coverage detected