MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / path_analyzer

Function path_analyzer

tests/files/dummy_analyzer.py:16–22  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

14
15@Analyzer.ID("patch_analyzer_id")
16def path_analyzer(**kwargs):
17 _id = "path_analyzer_response"
18 yield Detection(
19 detection_type=_id,
20 message=_id,
21 signature=_id
22 )

Callers

nothing calls this directly

Calls 1

DetectionClass · 0.90

Tested by

no test coverage detected