MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / NodeSelection

Class NodeSelection

codewiki/src/be/dependency_analyzer/models/analysis.py:18–23  ·  view source on GitHub ↗

Selected nodes for partial export

Source from the content-addressed store, hash-verified

16
17
18class NodeSelection(BaseModel):
19 """Selected nodes for partial export"""
20
21 selected_nodes: List[str] = []
22 include_relationships: bool = True
23 custom_names: Dict[str, str] = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected