MCPcopy Create free account
hub / github.com/dolthub/doltgresql / PrintSectionMarker

Function PrintSectionMarker

testing/generation/utils/section_marker.go:40–42  ·  view source on GitHub ↗

PrintSectionMarker is a convenience function that prints the result of SectionMarker with a newline appended.

(centeredText string, fillerCharacter rune, totalLength int)

Source from the content-addressed store, hash-verified

38
39// PrintSectionMarker is a convenience function that prints the result of SectionMarker with a newline appended.
40func PrintSectionMarker(centeredText string, fillerCharacter rune, totalLength int) {
41 fmt.Println(SectionMarker(centeredText, fillerCharacter, totalLength))
42}

Callers 2

mainFunction · 0.92

Calls 1

SectionMarkerFunction · 0.85

Tested by

no test coverage detected