MCPcopy Create free account
hub / github.com/HexHive/NASS / get

Method get

binderlib/include/binder/ParcelFileDescriptor.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ~ParcelFileDescriptor() override;
36
37 int get() const { return mFd.get(); }
38 binder::unique_fd release() { return std::move(mFd); }
39 void reset(binder::unique_fd fd = binder::unique_fd()) { mFd = std::move(fd); }
40

Callers 6

operator!=Method · 0.45
operator<Method · 0.45
operator<=Method · 0.45
operator==Method · 0.45
operator>Method · 0.45
operator>=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected