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

Method Execute

nodes.go:8–16  ·  view source on GitHub ↗
(ctx *ExecutionContext, writer TemplateWriter)

Source from the content-addressed store, hash-verified

6}
7
8func (doc *nodeDocument) Execute(ctx *ExecutionContext, writer TemplateWriter) *Error {
9 for _, n := range doc.Nodes {
10 err := n.Execute(ctx, writer)
11 if err != nil {
12 return err
13 }
14 }
15 return nil
16}

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected