Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
394
func
(s *scanner) startCapture() {
395
s.capture = true
396
s.capturedValue = s.capturedValue[:0]
397
}
398
399
func
(s *scanner) stopCapture() []byte {
400
s.capture = false
Callers
1
readPlain
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected