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

Method _writeInt

Fleece/Support/JSONEncoder.hh:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116 template <class T>
117 void _writeInt(const char *fmt, T t) {
118 comma();
119 char str[32];
120 _out.write(str, sprintf(str, fmt, t));
121 }
122
123 template <class T>
124 void _writeFloat(T t) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected