Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ EnableWrite
Method
EnableWrite
Bcore/src/main/cpp/dex/dex_file.cc:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool DexFile::EnableWrite() const {
87
CHECK(container_.get() != nullptr);
88
return container_->EnableWrite();
89
}
90
91
bool DexFile::DisableWrite() const {
92
CHECK(container_.get() != nullptr);
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected