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

Function buildHeaderDisplay

cmd/validate/vsa.go:903–908  ·  view source on GitHub ↗

buildHeaderDisplay creates a HeaderDisplay from a timestamp

(timestamp time.Time)

Source from the content-addressed store, hash-verified

901
902// buildHeaderDisplay creates a HeaderDisplay from a timestamp
903func buildHeaderDisplay(timestamp time.Time) HeaderDisplay {
904 return HeaderDisplay{
905 Title: "VALIDATE VSA RESULT",
906 Timestamp: timestamp.Format(time.RFC3339),
907 }
908}
909
910// String formats the header for display
911func (h HeaderDisplay) String() string {

Callers 3

TestBuildHeaderDisplayFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestBuildHeaderDisplayFunction · 0.68