MCPcopy
hub / github.com/valyala/quicktemplate / Page

Interface Page

testdata/templates/integration.qtpl.go:642–656  ·  view source on GitHub ↗

line testdata/templates/integration.qtpl:117

Source from the content-addressed store, hash-verified

640
641//line testdata/templates/integration.qtpl:117
642type Page interface {
643//line testdata/templates/integration.qtpl:117
644 Header() string
645//line testdata/templates/integration.qtpl:117
646 StreamHeader(qw422016 *qt422016.Writer)
647//line testdata/templates/integration.qtpl:117
648 WriteHeader(qq422016 qtio422016.Writer)
649//line testdata/templates/integration.qtpl:117
650 Body() string
651//line testdata/templates/integration.qtpl:117
652 StreamBody(qw422016 *qt422016.Writer)
653//line testdata/templates/integration.qtpl:117
654 WriteBody(qq422016 qtio422016.Writer)
655//line testdata/templates/integration.qtpl:117
656}
657
658//line testdata/templates/integration.qtpl:123
659func streamembeddedFunc(qw422016 *qt422016.Writer, p Page) {

Callers 1

streamembeddedFuncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…