Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
func
(s *scanner) Rewind() {
91
if
s.rewind {
92
panic(
"BUG: duplicate Rewind call"
)
93
}
94
s.rewind = true
95
}
96
97
func
(s *scanner) Next() bool {
98
if
s.rewind {
Callers
3
parseDefault
Method · 0.80
parseCase
Method · 0.80
skipAfterTag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected