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

Interface TemplateWriter

template.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type TemplateWriter interface {
11 io.Writer
12 WriteString(string) (int, error)
13}
14
15type templateWriter struct {
16 w io.Writer

Callers 8

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

templateWritertemplate.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…