MCPcopy Create free account
hub / github.com/chenshuo/muduo / offset

Method offset

muduo/base/GzipFile.h:55–55  ·  view source on GitHub ↗

number of compressed bytes

Source from the content-addressed store, hash-verified

53#if ZLIB_VERNUM >= 0x1240
54 // number of compressed bytes
55 off_t offset() const { return ::gzoffset(file_); }
56#endif
57
58 // int flush(int f) { return ::gzflush(file_, f); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected