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

Method GetFieldAnnotations

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

Source from the content-addressed store, hash-verified

795 }
796
797 const FieldAnnotationsItem* GetFieldAnnotations(const AnnotationsDirectoryItem* anno_dir) const {
798 return (anno_dir->fields_size_ == 0)
799 ? nullptr
800 : reinterpret_cast<const FieldAnnotationsItem*>(&anno_dir[1]);
801 }
802
803 const MethodAnnotationsItem* GetMethodAnnotations(const AnnotationsDirectoryItem* anno_dir)
804 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected