MCPcopy Index your code
hub / github.com/nodejs/node / IsValidAlignedAddress

Method IsValidAlignedAddress

deps/v8/tools/grokdump.py:768–769  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

766 return None
767
768 def IsValidAlignedAddress(self, address):
769 return self.IsAlignedAddress(address) and self.IsValidAddress(address)
770
771 def IsValidAddress(self, address):
772 return self.FindLocation(address) is not None

Callers 1

RelativeOffsetMethod · 0.80

Calls 2

IsAlignedAddressMethod · 0.95
IsValidAddressMethod · 0.95

Tested by

no test coverage detected