Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
330
func
(self *Term) WriteString(b string) (int, error) {
331
return
self.os_file.WriteString(b)
332
}
333
334
func
(self *Term) DebugPrintln(a ...any) {
335
msg := fmt.Appendln(nil, a...)
Callers
15
DebugPrintln
Method · 0.95
main
Function · 0.95
TestCreateAt
Function · 0.45
TestDupFile
Function · 0.45
ReplaceControlCodes
Function · 0.45
ReplaceAll
Function · 0.45
prefix_for_spec
Function · 0.45
suffix_for_spec
Function · 0.45
SprintFunc
Method · 0.45
UrlFunc
Method · 0.45
finish
Method · 0.45
space_join
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestCreateAt
Function · 0.36
TestDupFile
Function · 0.36