MCPcopy Create free account
hub / github.com/bytedance/bolt / write

Method write

bolt/common/memory/ByteStream.h:504–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 }
503
504 void write(const char* s, std::streamsize count) override {
505 out_->appendStringView(std::string_view(s, count));
506 if (listener_) {
507 listener_->onWrite(s, count);
508 }
509 }
510
511 std::streampos tellp() const override;
512

Callers 3

writeMethod · 0.45
flushMethod · 0.45
TEST_FFunction · 0.45

Calls 2

appendStringViewMethod · 0.45
onWriteMethod · 0.45

Tested by

no test coverage detected