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

Method _writeFloat

Fleece/Support/JSONEncoder.hh:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123 template <class T>
124 void _writeFloat(T t) {
125 comma();
126 char str[32];
127 _out.write(str, WriteFloat(t, str, sizeof(str)));
128 }
129
130 Writer _out;
131 bool _json5 {false};

Callers

nothing calls this directly

Calls 2

WriteFloatFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected