Skip to main contentModule graph
Source - Edge
- An edge (relationship) between two nodes.
- Graph
- A complete GID graph with nodes and edges.
- GraphSummary
- Node
- A node in the graph (task, code file, component, etc.)
- ProjectMeta
- Project metadata.
Accepts either a string (
project: myproject) or a struct (project: {name: myproject}). - Task
- A simplified task representation for execution.
- TaskSpec
- Task specification for
add_feature().
- NodeStatus
- Status of a node.
- infer_node_type
- Infer the node type from the ID prefix (text before the first
:).