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

TypeAlias NodeOrder

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

NodeOrder sets the ordering for a Sort operation

Source from the content-addressed store, hash-verified

1118
1119// NodeOrder sets the ordering for a Sort operation
1120type NodeOrder int
1121
1122// Sorting options for node sort.
1123const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected