MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / HasFd

Method HasFd

Bcore/src/main/cpp/ziparchive/zip_archive_private.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 : has_fd_(false), fd_(-1), base_ptr_(address), data_length_(static_cast<off64_t>(length)) {}
100
101 bool HasFd() const { return has_fd_; }
102
103 int GetFileDescriptor() const;
104

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected