Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antonmedv/gitmal
/ WriteByte
Method
WriteByte
pkg/gitdiff/format.go:35–38 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(fm *formatter) WriteByte(c byte) error {
36
fm.Write([]byte{c})
37
return
nil
38
}
39
40
func
(fm *formatter) WriteQuotedName(s string) {
41
qpos := 0
Callers
12
WriteQuotedName
Method · 0.95
FormatFile
Method · 0.95
FormatTextFragment
Method · 0.95
FormatTextFragmentHeader
Method · 0.95
FormatBinaryFragment
Method · 0.95
unquotePairs
Function · 0.80
normalizeSpace
Function · 0.80
scanMessageTitle
Function · 0.80
scanMessageBody
Function · 0.80
cleanName
Function · 0.80
wrap
Function · 0.80
RefToFileName
Function · 0.80
Calls
1
Write
Method · 0.95
Tested by
no test coverage detected