MCPcopy Create free account
hub / github.com/Tencent/rapidjson / WriteString

Method WriteString

example/jsonx/jsonx.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99private:
100 bool WriteString(const char* s) {
101 while (*s)
102 os_.Put(*s++);
103 return true;
104 }
105
106 bool WriteEscapedAttributeValue(const char* s, size_t length) {
107 for (size_t i = 0; i < length; i++) {

Callers

nothing calls this directly

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected