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

Function test_render_priority

test/mitmproxy/contentviews/test__view_css.py:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def test_render_priority():
43 assert css.render_priority(b"data", Metadata(content_type="text/css"))
44 assert not css.render_priority(b"data", Metadata(content_type="text/plain"))

Callers

nothing calls this directly

Calls 2

MetadataClass · 0.90
render_priorityMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…