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

Method GetSourceFile

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

Source from the content-addressed store, hash-verified

913 void* context) const;
914
915 const char* GetSourceFile(const ClassDef& class_def) const {
916 if (!class_def.source_file_idx_.IsValid()) {
917 return nullptr;
918 } else {
919 return StringDataByIdx(class_def.source_file_idx_);
920 }
921 }
922
923 int GetPermissions() const;
924

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected