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

Method startCapture

parser/scanner.go:394–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394func (s *scanner) startCapture() {
395 s.capture = true
396 s.capturedValue = s.capturedValue[:0]
397}
398
399func (s *scanner) stopCapture() []byte {
400 s.capture = false

Callers 1

readPlainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected