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

Method DisableWrite

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

Source from the content-addressed store, hash-verified

89}
90
91bool DexFile::DisableWrite() const {
92 CHECK(container_.get() != nullptr);
93 return container_->DisableWrite();
94}
95
96DexFile::DexFile(const uint8_t* base,
97 size_t size,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected