(i *TestExampleImplementation)
| 63 | } |
| 64 | |
| 65 | func TheExampleMethodFunctionalOptionsIndirect(i *TestExampleImplementation) { |
| 66 | i.TheExampleMethodFunctionalOptions("test", OpNum(1), OpStr("foo")) |
| 67 | } |
| 68 | |
| 69 | //go:noinline |
| 70 | func (i *TestExampleImplementation) TheExampleMethod2(yesorno bool) { |
no test coverage detected