MCPcopy Create free account
hub / github.com/CloudyKit/jet / endControl

Method endControl

parse.go:954–956  ·  view source on GitHub ↗

End: {{end}} End keyword is past.

()

Source from the content-addressed store, hash-verified

952//
953// End keyword is past.
954func (t *Template) endControl() Node {
955 return t.newEnd(t.expectRightDelim("end").pos)
956}
957
958// Content:
959//

Callers 1

actionMethod · 0.95

Calls 2

newEndMethod · 0.95
expectRightDelimMethod · 0.95

Tested by

no test coverage detected