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

TypeAlias NodeSet

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

NodeSet is a collection of node info structs.

Source from the content-addressed store, hash-verified

217
218// NodeSet is a collection of node info structs.
219type NodeSet map[NodeInfo]bool
220
221// NodePtrSet is a collection of nodes. Trimming a graph or tree requires a set
222// of objects which uniquely identify the nodes to keep. In a graph, NodeInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected