| 4734 | } |
| 4735 | |
| 4736 | type hostAPITestTaskSessionExecutor struct { |
| 4737 | sessions *session.Manager |
| 4738 | globalWorkspacePath string |
| 4739 | } |
| 4740 | |
| 4741 | func mustExtensionTaskActorContext(t testing.TB, extensionName string) taskpkg.ActorContext { |
| 4742 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected