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

Method GetContainer

Bcore/src/main/cpp/dex/dex_file.h:1011–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009 }
1010
1011 DexFileContainer* GetContainer() const {
1012 return container_.get();
1013 }
1014
1015 // Changes the dex file pointed to by class_it to not have any hiddenapi flags.
1016 static void UnHideAccessFlags(ClassDataItemIterator& class_it);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected