internal/profile.Edge.Inline (field)

3 uses

	internal/profile (current package)
		graph.go#L101: 			e.Inline = false
		graph.go#L106: 	info := &Edge{Src: n, Dest: to, WeightDiv: dv, Weight: v, Residual: residual, Inline: inline}
		graph.go#L230: 	Inline bool