MCPcopy
hub / github.com/valyala/quicktemplate / Rewind

Method Rewind

parser/scanner.go:90–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func (s *scanner) Rewind() {
91 if s.rewind {
92 panic("BUG: duplicate Rewind call")
93 }
94 s.rewind = true
95}
96
97func (s *scanner) Next() bool {
98 if s.rewind {

Callers 3

parseDefaultMethod · 0.80
parseCaseMethod · 0.80
skipAfterTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected