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

Function min64

internal/graph/dotgraph.go:473–478  ·  view source on GitHub ↗
(a, b int64)

Source from the content-addressed store, hash-verified

471}
472
473func min64(a, b int64) int64 {
474 if a < b {
475 return a
476 }
477 return b
478}
479
480// escapeAllForDot applies escapeForDot to all strings in the given slice.
481func escapeAllForDot(in []string) []string {

Callers 1

addEdgeMethod · 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…