Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ FileWriteStream
Method
FileWriteStream
src/core/utils/WriteStream.cpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
class FileWriteStream : public WriteStream {
30
public:
31
explicit FileWriteStream(FILE* file) : file(file){};
32
33
~FileWriteStream() override {
34
if (file) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected