MCPcopy Create free account
hub / github.com/apache/trafficserver / copy

Method copy

plugins/experimental/inliner/ts.cc:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 uint64_t
58 IO::copy(const std::string &s) const
59 {
60 assert(buffer != nullptr);
61 const uint64_t size = TSIOBufferWrite(buffer, s.data(), s.size());
62 assert(size == s.size());
63 return size;
64 }
65
66 int64_t
67 IO::consume() const

Callers 2

linkMethod · 0.45
missMethod · 0.45

Calls 3

TSIOBufferWriteFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected