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

Method GetAnnotationsDirectory

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

Source from the content-addressed store, hash-verified

787 static bool LineNumForPcCb(void* context, const PositionInfo& entry);
788
789 const AnnotationsDirectoryItem* GetAnnotationsDirectory(const ClassDef& class_def) const {
790 return DataPointer<AnnotationsDirectoryItem>(class_def.annotations_off_);
791 }
792
793 const AnnotationSetItem* GetClassAnnotationSet(const AnnotationsDirectoryItem* anno_dir) const {
794 return DataPointer<AnnotationSetItem>(anno_dir->class_annotations_off_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected