MCPcopy Create free account
hub / github.com/couchbase/fleece / FLEncoder_WriteString

Function FLEncoder_WriteString

Fleece/API_Impl/Fleece.cc:651–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649bool FLEncoder_WriteFloat(FLEncoder e, float f) FLAPI {ENCODER_TRY(e, writeFloat(f));}
650bool FLEncoder_WriteDouble(FLEncoder e, double d) FLAPI {ENCODER_TRY(e, writeDouble(d));}
651bool FLEncoder_WriteString(FLEncoder e, FLSlice s) FLAPI {ENCODER_TRY(e, writeString(s));}
652bool FLEncoder_WriteDateString(FLEncoder e, FLTimestamp ts, bool asUTC)
653 FLAPI {ENCODER_TRY(e, writeDateString(ts,asUTC));}
654bool FLEncoder_WriteData(FLEncoder e, FLSlice d) FLAPI {ENCODER_TRY(e, writeData(d));}

Callers 1

writeStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected