| 2943 | } |
| 2944 | |
| 2945 | type taskBridgeStopOnlySessionManager struct { |
| 2946 | stopCalls []fakeStopWithCauseCall |
| 2947 | } |
| 2948 | |
| 2949 | type taskBridgeCreateErrorSessionManager struct { |
| 2950 | err error |
nothing calls this directly
no outgoing calls
no test coverage detected