| 175 | } |
| 176 | |
| 177 | export class TestWorkspace extends Context.Service<TestWorkspace, TestWorkspaceHarness>()( |
| 178 | "executor-sdk/TestWorkspace", |
| 179 | ) { |
| 180 | static readonly current = < |
nothing calls this directly
no outgoing calls
no test coverage detected