MCPcopy
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
365func (s *scanner) isSpace() bool {
366 return isSpace(s.c)
367}
368
369func (s *scanner) nextByte() bool {
370 if s.err != nil {

Callers 2

readTagNameMethod · 0.95
skipSpaceMethod · 0.95

Calls 1

isSpaceFunction · 0.85

Tested by

no test coverage detected