MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / CallRelationship

Class CallRelationship

codewiki/src/be/dependency_analyzer/models/core.py:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class CallRelationship(BaseModel):
51 caller: str
52
53 callee: str
54
55 call_line: Optional[int] = None
56
57 is_resolved: bool = False
58
59
60class Repository(BaseModel):

Callers 15

_add_relationshipMethod · 0.90
_add_relationshipMethod · 0.90
visit_ClassDefMethod · 0.90
_emit_type_useMethod · 0.90
_add_edgeMethod · 0.90
_traverse_for_callsMethod · 0.90
makeMethod · 0.90
_parse_jsdoc_typesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected