MCPcopy
hub / github.com/Jguer/yay / Bold

Function Bold

pkg/text/color.go:52–54  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

50}
51
52func Bold(in string) string {
53 return stylize(boldCode, in)
54}
55
56// ColorHash Colors text using a hashing algorithm. The same text will always produce the
57// same color while different text will produce a different color.

Callers 15

syncListFunction · 0.92
biggestPackagesFunction · 0.92
localStatisticsFunction · 0.92
printUpdateListFunction · 0.92
printInfoValueFunction · 0.92
TestPrintUpdateListFunction · 0.92
aurPkgSearchStringFunction · 0.92
syncPkgSearchStringFunction · 0.92
PresentMethod · 0.92
printUpgradeSelectionMethod · 0.92
pickSrcInfoPkgsMethod · 0.92

Calls 1

stylizeFunction · 0.85

Tested by 1

TestPrintUpdateListFunction · 0.74