MCPcopy
hub / github.com/kovidgoyal/kitty / WriteString

Method WriteString

tools/tty/tty.go:330–332  ·  view source on GitHub ↗
(b string)

Source from the content-addressed store, hash-verified

328}
329
330func (self *Term) WriteString(b string) (int, error) {
331 return self.os_file.WriteString(b)
332}
333
334func (self *Term) DebugPrintln(a ...any) {
335 msg := fmt.Appendln(nil, a...)

Callers 15

DebugPrintlnMethod · 0.95
mainFunction · 0.95
TestCreateAtFunction · 0.45
TestDupFileFunction · 0.45
ReplaceControlCodesFunction · 0.45
ReplaceAllFunction · 0.45
prefix_for_specFunction · 0.45
suffix_for_specFunction · 0.45
SprintFuncMethod · 0.45
UrlFuncMethod · 0.45
finishMethod · 0.45
space_joinFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestCreateAtFunction · 0.36
TestDupFileFunction · 0.36