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

Method GetFieldAnnotationSetItem

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

Source from the content-addressed store, hash-verified

824 }
825
826 const AnnotationSetItem* GetFieldAnnotationSetItem(const FieldAnnotationsItem& anno_item) const {
827 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_);
828 }
829
830 const AnnotationSetItem* GetMethodAnnotationSetItem(const MethodAnnotationsItem& anno_item)
831 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected