| 699 | } |
| 700 | |
| 701 | type APIConnServeTest struct { |
| 702 | notSynced bool |
| 703 | } |
| 704 | |
| 705 | func (a APIConnServeTest) HasSynced() bool { return !a.notSynced } |
| 706 | func (APIConnServeTest) Run() {} |
nothing calls this directly
no outgoing calls
no test coverage detected