MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / get_length

Method get_length

mitmproxy/addons/view.py:534–538  ·  view source on GitHub ↗

Returns view length.

(self)

Source from the content-addressed store, hash-verified

532 # View Properties
533 @command.command("view.properties.length")
534 def get_length(self) -> int:
535 """
536 Returns view length.
537 """
538 return len(self)
539
540 @command.command("view.properties.marked")
541 def get_marked(self) -> bool:

Callers 2

test_propertiesFunction · 0.95
positionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_propertiesFunction · 0.76