MCPcopy Create free account
hub / github.com/google/pprof / EdgeMap

TypeAlias EdgeMap

internal/graph/graph.go:268–268  ·  view source on GitHub ↗

EdgeMap is used to represent the incoming/outgoing edges from a node.

Source from the content-addressed store, hash-verified

266
267// EdgeMap is used to represent the incoming/outgoing edges from a node.
268type EdgeMap map[*Node]*Edge
269
270// Edge contains any attributes to be represented about edges in a graph.
271type Edge struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected