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

Method release

Bcore/src/main/cpp/android-base/unique_fd.h:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 operator int() const { return get(); }
82
83 int release() __attribute__((warn_unused_result)) {
84 int ret = value_;
85 value_ = -1;
86 return ret;
87 }
88
89 private:
90 int value_;

Callers 2

unique_fd_implMethod · 0.45
unique_fd_implClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected