MCPcopy Index your code
hub / github.com/github/gh-aw / FormatSectionHeader

Function FormatSectionHeader

pkg/console/console_wasm.go:80–80  ·  view source on GitHub ↗
(header string)

Source from the content-addressed store, hash-verified

78func FormatListHeader(header string) string { return header }
79func FormatListItem(item string) string { return " • " + item }
80func FormatSectionHeader(header string) string { return header }
81
82func RenderTable(config TableConfig) string {
83 if len(config.Headers) == 0 {

Calls

no outgoing calls

Tested by

no test coverage detected