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

Method GetClassAnnotationSet

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

Source from the content-addressed store, hash-verified

791 }
792
793 const AnnotationSetItem* GetClassAnnotationSet(const AnnotationsDirectoryItem* anno_dir) const {
794 return DataPointer<AnnotationSetItem>(anno_dir->class_annotations_off_);
795 }
796
797 const FieldAnnotationsItem* GetFieldAnnotations(const AnnotationsDirectoryItem* anno_dir) const {
798 return (anno_dir->fields_size_ == 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected