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

Class FunctionMetadata

backend/models.py:96–100  ·  view source on GitHub ↗

Metadata for a single function.

Source from the content-addressed store, hash-verified

94 code: Optional[str] = None # Optional: full code for better context
95
96class FunctionMetadata(BaseModel):
97 """Metadata for a single function."""
98 name: str
99 label: str # Human-readable label
100 description: str # Brief description
101
102class FileMetadataResult(BaseModel):
103 """Metadata result for a single file."""

Callers 1

analyze_metadata_onlyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected