Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ isSpace
Method
isSpace
parser/scanner.go:365–367 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
363
}
364
365
func
(s *scanner) isSpace() bool {
366
return
isSpace(s.c)
367
}
368
369
func
(s *scanner) nextByte() bool {
370
if
s.err != nil {
Callers
2
readTagName
Method · 0.95
skipSpace
Method · 0.95
Calls
1
isSpace
Function · 0.85
Tested by
no test coverage detected