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

Method pos

parser/scanner.go:448–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446}
447
448func (s *scanner) pos() int {
449 return len(s.lineStr)
450}
451
452func (s *scanner) Context() string {
453 t := s.Token()

Callers 4

readPlainMethod · 0.95
readTextMethod · 0.95
readTagNameMethod · 0.95
readTagContentsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected