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

Method GetNumberOfParameters

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

Source from the content-addressed store, hash-verified

655}
656
657uint32_t Signature::GetNumberOfParameters() const {
658 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
659 return (params != nullptr) ? params->Size() : 0;
660}
661
662bool Signature::IsVoid() const {
663 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_);

Callers 1

Calls 2

GetProtoParametersMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected