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

Method WriteString

pkg/gocui/view.go:870–872  ·  view source on GitHub ↗

exported functions use the mutex. Non-exported functions are for internal use and a calling function should use a mutex

(s string)

Source from the content-addressed store, hash-verified

868// exported functions use the mutex. Non-exported functions are for internal use
869// and a calling function should use a mutex
870func (v *View) WriteString(s string) {
871 _, _ = v.Write([]byte(s))
872}
873
874func (v *View) writeString(s string) {
875 v.write([]byte(s))

Callers 15

snakeToPascalFunction · 0.80
getPaddedDisplayStringsFunction · 0.80
AppendLineToFileMethod · 0.80
PatchToApplyMethod · 0.80
formatMethod · 0.80
writeStringFunction · 0.80
formatSectionsFunction · 0.80
formatBindingInfosMethod · 0.80
ColoredConflictFileFunction · 0.80
drawSnakeGameMethod · 0.80
renderMethod · 0.80
insertBlankLinesFunction · 0.80

Calls 1

WriteMethod · 0.95

Tested by 1

cellsToStringFunction · 0.64