| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected