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

Method LocalInfo

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

Source from the content-addressed store, hash-verified

771
772 struct LocalInfo {
773 LocalInfo() = default;
774
775 const char* name_ = nullptr; // E.g., list. It can be nullptr if unknown.
776 const char* descriptor_ = nullptr; // E.g., Ljava/util/LinkedList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected