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

Method rewind

src/core/utils/Stream.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 bool rewind() override {
60 return fseek(file, 0, SEEK_SET) == 0;
61 }
62
63 private:
64 FILE* file = nullptr;

Callers 1

SerializeStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected