MCPcopy
hub / github.com/volatilityfoundation/volatility3 / count

Method count

volatility3/framework/objects/__init__.py:729–731  ·  view source on GitHub ↗

Returns the count dynamically.

(self)

Source from the content-addressed store, hash-verified

727 # Changing the name would be confusing (since we use count of an array everywhere else), so this is more important
728 @property
729 def count(self) -> int:
730 """Returns the count dynamically."""
731 return self.vol.count
732
733 @count.setter
734 def count(self, value: int) -> None:

Callers 15

count_entries_flatFunction · 0.80
basic_volshell_testFunction · 0.80
test_mac_pslistFunction · 0.80
test_mac_check_syscallFunction · 0.80
test_mac_check_sysctlFunction · 0.80
test_mac_ifconfigFunction · 0.80
test_mac_lsmodFunction · 0.80
test_mac_lsofFunction · 0.80
test_mac_malfindFunction · 0.80
test_mac_mountFunction · 0.80
test_mac_netstatFunction · 0.80

Calls

no outgoing calls

Tested by 15

count_entries_flatFunction · 0.64
basic_volshell_testFunction · 0.64
test_mac_pslistFunction · 0.64
test_mac_check_syscallFunction · 0.64
test_mac_check_sysctlFunction · 0.64
test_mac_ifconfigFunction · 0.64
test_mac_lsmodFunction · 0.64
test_mac_lsofFunction · 0.64
test_mac_malfindFunction · 0.64
test_mac_mountFunction · 0.64
test_mac_netstatFunction · 0.64