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

Function catRegex

internal/driver/interactive.go:309–314  ·  view source on GitHub ↗
(a, b string)

Source from the content-addressed store, hash-verified

307}
308
309func catRegex(a, b string) string {
310 if a != "" && b != "" {
311 return a + "|" + b
312 }
313 return a + b
314}
315
316// commandHelp displays help and usage information for all Commands
317// and Variables or a specific Command or Variable.

Callers 1

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