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

Method rangeControl

parse.go:945–947  ·  view source on GitHub ↗

Range: {{range expression}} itemList {{end}} {{range expression}} itemList {{else}} itemList {{end}} Range keyword is past.

()

Source from the content-addressed store, hash-verified

943//
944// Range keyword is past.
945func (t *Template) rangeControl() Node {
946 return t.newRange(t.parseControl(false, "range"))
947}
948
949// End:
950//

Callers 1

actionMethod · 0.95

Calls 2

newRangeMethod · 0.95
parseControlMethod · 0.95

Tested by

no test coverage detected