| 6106 | } |
| 6107 | |
| 6108 | type nativeMemoryProviderService struct { |
| 6109 | provider contract.MemoryProviderPayload |
| 6110 | err error |
| 6111 | listCalls int |
| 6112 | getCalls int |
| 6113 | selectCalls int |
| 6114 | enableCalls int |
| 6115 | disableCalls int |
| 6116 | lastWorkspaceID string |
| 6117 | lastName string |
| 6118 | lastReason string |
| 6119 | } |
| 6120 | |
| 6121 | func (s *nativeMemoryProviderService) List( |
| 6122 | _ context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected