MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / test_path_traversal_sanitised_2

Function test_path_traversal_sanitised_2

tests/test_pyt_examples.py:78–81  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

76
77
78def test_path_traversal_sanitised_2(fixtures):
79 lines = [12]
80 matches = render_lines(lines)
81 fixtures.scan_and_match('pyt_examples/path_traversal_sanitised_2.py', matches)
82
83
84def test_recursive(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected