MCPcopy Create free account
hub / github.com/github/gh-aw / FormatListItem

Function FormatListItem

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

Source from the content-addressed store, hash-verified

77func FormatVerboseMessage(message string) string { return "» " + message }
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 {

Callers 5

UpdateContainerPinsFunction · 0.92
showUpdateSummaryFunction · 0.92
printCompilationSummaryFunction · 0.92
displayStatsTableFunction · 0.92
updateActionsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected