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

Function test_ensure_saved_scope

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

Source from the content-addressed store, hash-verified

34
35
36def test_ensure_saved_scope(fixtures):
37 lines = [20]
38 matches = render_lines(lines)
39 fixtures.scan_and_match('pyt_examples/ensure_saved_scope.py', matches)
40
41
42def test_inter_command_injection(fixtures):

Callers

nothing calls this directly

Calls 2

render_linesFunction · 0.85
scan_and_matchMethod · 0.80

Tested by

no test coverage detected