MCPcopy Create free account
hub / github.com/bytebase/bytebase / NewGraph

Function NewGraph

backend/plugin/parser/base/topo_sort.go:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func NewGraph() *Graph {
10 return &Graph{
11 NodeMap: make(map[string]*Node),
12 }
13}
14
15type Graph struct {
16 NodeMap map[string]*Node

Calls

no outgoing calls

Tested by

no test coverage detected