MCPcopy Create free account
hub / github.com/Brickgraph/fast-graph / NodeBase

Class NodeBase

app/utils/schema.py:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16# Node response models
17class NodeBase(BaseModel):
18 node_id: int
19 labels: list
20
21
22class Node(NodeBase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected