Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ appendByte
Method
appendByte
parser/scanner.go:428–430 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
426
}
427
428
func
(s *scanner) appendByte() {
429
s.t.Value = append(s.t.Value, s.c)
430
}
431
432
func
(s *scanner) unreadByte(c byte) {
433
if
err := s.r.UnreadByte(); err != nil {
Callers
3
readText
Method · 0.95
readTagName
Method · 0.95
readTagContents
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected