MCPcopy Create free account
hub / github.com/LangGraph-GUI/LangGraph-GUI-backend / to_dict

Method to_dict

src/NodeData.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6@dataclass
7class Serializable:
8 def to_dict(self):
9 return asdict(self)
10
11 @classmethod
12 def from_dict(cls, data):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected