Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/flosch/pongo2
/ Execute
Method
Execute
parser.go:10–10 ·
view source on GitHub ↗
(*ExecutionContext, TemplateWriter)
Source
from the content-addressed store, hash-verified
8
9
type
INode
interface
{
10
Execute(*ExecutionContext, TemplateWriter) *Error
11
}
12
13
type
IEvaluator
interface
{
Callers
15
Execute
Method · 0.65
RenderTemplateString
Method · 0.65
RenderTemplateBytes
Method · 0.65
RenderTemplateFile
Method · 0.65
call
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
parseTemplate
Function · 0.65
TestImplicitExecCtx
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Implementers
15
tagForNode
tags_for.go
tagNowNode
tags_now.go
tagTemplateTagNode
tags_templatetag.go
tagIncludeNode
tags_include.go
tagIncludeEmptyNode
tags_include.go
tagMacroNode
tags_macro.go
filterCall
filters.go
nodeHTML
nodes_html.go
tagIfEqualNode
tags_ifequal.go
nodeDocument
nodes.go
tagCycleNode
tags_cycle.go
tagFirstofNode
tags_firstof.go
Calls
no outgoing calls
Tested by
10
parseTemplate
Function · 0.52
TestImplicitExecCtx
Method · 0.52
TestRemovetagsRegexMetacharSafe
Function · 0.52
TestIssue151
Function · 0.52
TestBugCycleSharedState
Function · 0.52
TestBugIfchangedSharedState
Function · 0.52
TestIfchangedNoElseDoesNotPanic
Function · 0.52
TestTemplate_Functions
Function · 0.52
TestBaseDirectory
Function · 0.52
TestWidthratioMaxZero
Function · 0.52