MCPcopy 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
23class SourceLocation(BaseModel):
24 file: str
25 line: int
26 function: Optional[str] = None
27
28
29class EdgePayload(BaseModel):

Callers 1

parse_flowchartFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected