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

Function test_default_impls

test/mitmproxy/contentviews/test__api.py:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def test_default_impls():
50 t = ExampleContentview()
51 assert t.name == "Example"
52 assert t.syntax_highlight == "none"
53 assert t.render_priority(b"data", Metadata()) == 0
54 assert t < raw
55 assert not raw < t
56
57
58class TestRustInterop:

Callers

nothing calls this directly

Calls 3

MetadataClass · 0.90
ExampleContentviewClass · 0.85
render_priorityMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…