Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
class
CallRelationship(BaseModel):
51
caller: str
52
53
callee: str
54
55
call_line: Optional[int] = None
56
57
is_resolved: bool = False
58
59
60
class
Repository(BaseModel):
Callers
15
_extract_relationships
Method · 0.90
_add_relationship
Method · 0.90
_extract_relationships
Method · 0.90
_add_relationship
Method · 0.90
visit_ClassDef
Method · 0.90
_extract_relationships
Method · 0.90
_emit_type_use
Method · 0.90
_add_edge
Method · 0.90
_traverse_for_calls
Method · 0.90
make
Method · 0.90
_parse_jsdoc_types
Method · 0.90
_extract_relationships
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected