Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
954
func
(t *Template) endControl() Node {
955
return
t.newEnd(t.expectRightDelim(
"end"
).pos)
956
}
957
958
// Content:
959
//
Callers
1
action
Method · 0.95
Calls
2
newEnd
Method · 0.95
expectRightDelim
Method · 0.95
Tested by
no test coverage detected