MCPcopy
hub / github.com/flosch/pongo2 / nodeDocument

Struct nodeDocument

nodes.go:4–6  ·  view source on GitHub ↗

The root document

Source from the content-addressed store, hash-verified

2
3// The root document
4type nodeDocument struct {
5 Nodes []INode
6}
7
8func (doc *nodeDocument) Execute(ctx *ExecutionContext, writer TemplateWriter) *Error {
9 for _, n := range doc.Nodes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected