MCPcopy
hub / github.com/jesseduffield/lazygit / Sprintf

Method Sprintf

pkg/gui/style/text_style.go:40–40  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

38type Sprinter interface {
39 Sprint(a ...any) string
40 Sprintf(format string, a ...any) string
41}
42
43func New() TextStyle {

Callers 15

allowedHostEnvironmentFunction · 0.65
NewTestEnvironmentFunction · 0.65
TitleMethod · 0.65
ContainsLinesMethod · 0.65
ContainsColoredTextMethod · 0.65
SelectedLinesMethod · 0.65
validateEnoughLinesMethod · 0.65
assertLinesMethod · 0.65
formatLineRangeFunction · 0.65
ContentMethod · 0.65

Implementers 1

TextStylepkg/gui/style/text_style.go

Calls

no outgoing calls

Tested by 8

Test_equalHashFunction · 0.52
TestGetStashEntriesFunction · 0.52
renderLayoutFunction · 0.52
generateCommitsFunction · 0.52