MCPcopy Create free account
hub / github.com/conforma/cli / String

Method String

cmd/validate/vsa.go:911–913  ·  view source on GitHub ↗

String formats the header for display

()

Source from the content-addressed store, hash-verified

909
910// String formats the header for display
911func (h HeaderDisplay) String() string {
912 return fmt.Sprintf("=== %s — %s ===\n", h.Title, h.Timestamp)
913}
914
915// buildResultDisplay creates a ResultDisplay from AllSectionsData
916func buildResultDisplay(data AllSectionsData) ResultDisplay {

Callers 15

Test_TrackBundleCommandFunction · 0.45
TestFetchSourcesFunction · 0.45
TestInitializeStdOutFunction · 0.45
setFlagsFunction · 0.45
TestGlobalTimeoutFunction · 0.45
NewTestCommandFunction · 0.45
StringMethod · 0.45

Calls

no outgoing calls