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

Function makeEdgeInline

internal/graph/graph_test.go:132–134  ·  view source on GitHub ↗
(edgeMap EdgeMap, node *Node)

Source from the content-addressed store, hash-verified

130}
131
132func makeEdgeInline(edgeMap EdgeMap, node *Node) {
133 edgeMap[node].Inline = true
134}
135
136func setEdgeWeight(edgeMap EdgeMap, node *Node, weight int64) {
137 edgeMap[node].Weight = weight

Callers 1

createTestCase1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…