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

Method IsReadOnly

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

Source from the content-addressed store, hash-verified

79}
80
81bool DexFile::IsReadOnly() const {
82 CHECK(container_.get() != nullptr);
83 return container_->IsReadOnly();
84}
85
86bool DexFile::EnableWrite() const {
87 CHECK(container_.get() != nullptr);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected