MCPcopy Create free account
hub / github.com/apache/thrift / escapeNum

Method escapeNum

lib/cpp/src/thrift/protocol/TJSONProtocol.cpp:334–334  ·  view source on GitHub ↗

* Return true if numbers need to be escaped as strings in this context. * Default behavior is to return false. */

Source from the content-addressed store, hash-verified

332 * Default behavior is to return false.
333 */
334 virtual bool escapeNum() { return false; }
335};
336
337// Context class for object member key-value pairs

Callers 4

writeJSONIntegerMethod · 0.45
writeJSONDoubleMethod · 0.45
readJSONIntegerMethod · 0.45
readJSONDoubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected