Set the hash digest of our function. Args: digest (str): hex digest of our function
(self, digest)
| 506 | self.unknown_fptrs.add(unknown) |
| 507 | |
| 508 | def setHash(self, digest): |
| 509 | """Set the hash digest of our function. |
| 510 | |
| 511 | Args: |
| 512 | digest (str): hex digest of our function |
| 513 | """ |
| 514 | self.hash = digest |
| 515 | |
| 516 | def markCollisionCandidates(self, candidates): |
| 517 | """Mark the potential collision (merge) candidates from other files. |
no outgoing calls
no test coverage detected