line testdata/templates/integration.qtpl:117
| 640 | |
| 641 | //line testdata/templates/integration.qtpl:117 |
| 642 | type 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 |
| 659 | func streamembeddedFunc(qw422016 *qt422016.Writer, p Page) { |
no outgoing calls
no test coverage detected
searching dependent graphs…