MCPcopy
hub / github.com/google/seesaw / printHdr

Function printHdr

cli/show.go:565–567  ·  view source on GitHub ↗

printHdr prints a given header label.

(h string, args ...interface{})

Source from the content-addressed store, hash-verified

563
564// printHdr prints a given header label.
565func printHdr(h string, args ...interface{}) {
566 fmt.Printf(h+"\n", args...)
567}
568
569// printFmt formats and prints a given value with the specified label.
570func printFmt(l, v string, args ...interface{}) {

Callers 9

showBGPNeighborsFunction · 0.85
showVLANsFunction · 0.85
showHAStatusFunction · 0.85
configStatusFunction · 0.85
showNodeFunction · 0.85
showBackendFunction · 0.85
showDestinationFunction · 0.85
showVserverFunction · 0.85
printVserverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected