MCPcopy
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
428func (s *scanner) appendByte() {
429 s.t.Value = append(s.t.Value, s.c)
430}
431
432func (s *scanner) unreadByte(c byte) {
433 if err := s.r.UnreadByte(); err != nil {

Callers 3

readTextMethod · 0.95
readTagNameMethod · 0.95
readTagContentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected