def dump_function_delta(self):
"""
Dump the computed function delta.
"""
lmsg("Functions added:")
lmsg(hex_list(self.functions_added))
lmsg("Functions removed:")
lmsg(hex_list(self.functions_removed))
lmsg("Functions modified:")
lmsg(hex_list(self.functions_modified))
#--------------------------------------------------------------------------
# Async Metadata Helpers
#--------------------------------------------------------------------------
评论列表
文章目录