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

Method GetMethodAnnotationSetItem

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

Source from the content-addressed store, hash-verified

828 }
829
830 const AnnotationSetItem* GetMethodAnnotationSetItem(const MethodAnnotationsItem& anno_item)
831 const {
832 return DataPointer<AnnotationSetItem>(anno_item.annotations_off_);
833 }
834
835 const AnnotationSetRefList* GetParameterAnnotationSetRefList(
836 const ParameterAnnotationsItem* anno_item) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected