MCPcopy Create free account
hub / github.com/Tencent/tgfx / bytesWritten

Method bytesWritten

src/core/utils/WriteStream.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 size_t bytesWritten() const override {
52 return static_cast<size_t>(ftell(file));
53 }
54
55 /**
56 * Flushes the data in the buffer to the target storage. Note that the data is not guaranteed to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected