Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ __call__
Method
__call__
tests/files/dummy_analyzer.py:6–12 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
4
5
class
ClassAnalyzer(NodeAnalyzerV2):
6
def
__call__(self, **kwargs):
7
_id =
"class_analyzer_response"
8
yield
Detection(
9
detection_type=_id,
10
message=_id,
11
signature=_id
12
)
13
14
15
@Analyzer.ID(
"patch_analyzer_id"
)
Callers
nothing calls this directly
Calls
1
Detection
Class · 0.90
Tested by
no test coverage detected