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

Method append

test/cpp/src/TemplateStreamOpTest.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void append(const char* s, size_t len) {
76 ensure_capacity(len);
77 std::memcpy(buffer_ + size_, s, len);
78 size_ += len;
79 }
80
81 // Helper to print integer directly to buffer
82 template<typename T>

Callers 15

PythonClient.pyFile · 0.45
PythonServer.pyFile · 0.45
PythonClient.pyFile · 0.45
PythonServer.pyFile · 0.45
PythonClient.pyFile · 0.45
PythonServer.pyFile · 0.45
testConnectTimeoutMethod · 0.45
FastbinaryTest.pyFile · 0.45
default_serversFunction · 0.45
setup_pypathFunction · 0.45
runServiceTestFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected