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

Method write_string

compiler/cpp/src/thrift/generate/t_json_generator.cc:471–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void t_json_generator::write_string(const string& value) {
472 f_json_ << '\"' << escape_json_string(value) << '\"';
473}
474
475void t_json_generator::write_const_value(t_const_value* value, bool should_force_string) {
476

Callers 3

Calls

no outgoing calls

Tested by 3