()
| 6102 | } |
| 6103 | |
| 6104 | func (s *nativeMemoryExtractorService) totalCalls() int { |
| 6105 | return s.statusCalls + s.failureCalls + s.retryCalls + s.drainCalls |
| 6106 | } |
| 6107 | |
| 6108 | type nativeMemoryProviderService struct { |
| 6109 | provider contract.MemoryProviderPayload |
no outgoing calls
no test coverage detected