Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/flosch/pongo2
/ INode
Interface
INode
parser.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
INode
interface
{
10
Execute(*ExecutionContext, TemplateWriter) *Error
11
}
12
13
type
IEvaluator
interface
{
14
INode
Callers
8
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
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
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…