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

Method IsReadOnly

Bcore/src/main/cpp/dex/dex_file_loader.cc:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 bool IsReadOnly() OVERRIDE {
46 return true;
47 }
48
49 bool EnableWrite() OVERRIDE {
50 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected