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

Method IsVoid

Bcore/src/main/cpp/dex/dex_file.cc:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662bool Signature::IsVoid() const {
663 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_);
664 return strcmp(return_type, "V") == 0;
665}
666
667bool Signature::operator==(const StringPiece& rhs) const {
668 if (dex_file_ == nullptr) {

Callers 1

Calls 1

Tested by

no test coverage detected