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

Method GetPermissions

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

Source from the content-addressed store, hash-verified

74}
75
76int DexFile::GetPermissions() const {
77 CHECK(container_.get() != nullptr);
78 return container_->GetPermissions();
79}
80
81bool DexFile::IsReadOnly() const {
82 CHECK(container_.get() != nullptr);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected