Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
TemplateWriter
interface
{
11
io.Writer
12
WriteString(string) (int, error)
13
}
14
15
type
templateWriter
struct
{
16
w io.Writer
Callers
8
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Implementers
1
templateWriter
template.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…