Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codag-megalith/codag-visualizer
/ SourceLocation
Class
SourceLocation
backend/models.py:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
http_connections: Optional[str] = None
# HTTP connection context for service-to-service edges
22
23
class
SourceLocation(BaseModel):
24
file: str
25
line: int
26
function: Optional[str] = None
27
28
29
class
EdgePayload(BaseModel):
Callers
1
parse_flowchart
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected