DEBSOURCES
Skip Quicknav
sources / golang-github-onsi-ginkgo-v2 / 2.22.0-1 / integration / _fixtures / coverage_fixture / external_coverage / external_coverage.go
123456789
package external_coverage func Tested() string { return "tested" } func TestedByAdditional() string { return "tested by additional" }