MCPcopy Create free account
hub / github.com/codag-megalith/codag-visualizer / FileMetadata

Class FileMetadata

backend/models.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 variable: Optional[str] = None
10
11class FileMetadata(BaseModel):
12 file: str
13 locations: List[LocationMetadata]
14 relatedFiles: List[str]
15
16class AnalyzeRequest(BaseModel):
17 code: str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected