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

Class ContentviewResult

mitmproxy/contentviews/__init__.py:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51@dataclass
52class ContentviewResult:
53 text: str
54 syntax_highlight: SyntaxHighlight
55 view_name: str | None
56 description: str
57
58
59registry = ContentviewRegistry()

Callers 1

prettify_messageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…