Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ FileStream
Method
FileStream
src/core/utils/Stream.cpp:36–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
class FileStream : public Stream {
35
public:
36
FileStream(FILE* file, size_t length) : file(file), length(length) {
37
}
38
39
~FileStream() override {
40
fclose(file);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected