Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/valyala/quicktemplate
/ Token
Method
Token
parser/scanner.go:406–408 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
404
}
405
406
func
(s *scanner) Token() *token {
407
return
&s.t
408
}
409
410
func
(s *scanner) LastError() error {
411
if
s.err == nil {
Callers
13
Context
Method · 0.95
parseTemplate
Method · 0.80
parseFunc
Method · 0.80
parseFor
Method · 0.80
parseDefault
Method · 0.80
parseCase
Method · 0.80
parseSwitch
Method · 0.80
parseIf
Method · 0.80
skipAfterTag
Method · 0.80
skipTagContents
Function · 0.80
expectToken
Function · 0.80
testScannerFailure
Function · 0.80
Calls
no outgoing calls
Tested by
2
testScannerFailure
Function · 0.64
testScannerSuccess
Function · 0.64