MCPcopy Create free account
hub / github.com/Samsung/rlottie / write

Method write

src/vector/vdebug.cpp:618–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 }
617
618 void write(VDebug& logline)
619 {
620 auto pos = m_os->tellp();
621 logline.stringify(*m_os);
622 m_bytes_written += m_os->tellp() - pos;
623 if (m_bytes_written > m_log_file_roll_size_bytes) {
624 roll_file();
625 }
626 }
627
628private:
629 void roll_file()

Callers 1

popMethod · 0.45

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected