()
| 6201 | } |
| 6202 | |
| 6203 | func (s *nativeMemoryProviderService) totalCalls() int { |
| 6204 | return s.listCalls + s.getCalls + s.selectCalls + s.enableCalls + s.disableCalls |
| 6205 | } |
| 6206 | |
| 6207 | type nativeMemorySessionLedgerService struct { |
| 6208 | response contract.MemorySessionLedgerResponse |
no outgoing calls
no test coverage detected