Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antonmedv/gitmal
/ WriteString
Method
WriteString
pkg/gitdiff/format.go:30–33 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(fm *formatter) WriteString(s string) (int, error) {
31
fm.Write([]byte(s))
32
return
len(s), nil
33
}
34
35
func
(fm *formatter) WriteByte(c byte) error {
36
fm.Write([]byte{c})
Callers
12
WriteQuotedName
Method · 0.95
FormatFile
Method · 0.95
FormatTextFragment
Method · 0.95
FormatTextFragmentHeader
Method · 0.95
FormatBinaryFragment
Method · 0.95
generateCommitPage
Function · 0.80
applyTextLine
Function · 0.80
Message
Method · 0.80
scanMessageTitle
Function · 0.80
scanMessageBody
Function · 0.80
ParseNextFileHeader
Method · 0.80
main
Function · 0.80
Calls
1
Write
Method · 0.95
Tested by
no test coverage detected