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

Function expectTagContents

parser/parser.go:837–839  ·  view source on GitHub ↗
(s *scanner)

Source from the content-addressed store, hash-verified

835}
836
837func expectTagContents(s *scanner) (*token, error) {
838 return expectToken(s, tagContents)
839}
840
841func expectToken(s *scanner, id int) (*token, error) {
842 if !s.Next() {

Callers 14

parseFuncMethod · 0.85
parseForMethod · 0.85
parseCaseMethod · 0.85
parseCatMethod · 0.85
parseSwitchMethod · 0.85
parseIfMethod · 0.85
parseInterfaceMethod · 0.85
parsePackageNameMethod · 0.85
parseImportMethod · 0.85
parseTemplateCodeMethod · 0.85
parseFuncCodeMethod · 0.85
parseOutputTagMethod · 0.85

Calls 1

expectTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…