| 197 | } |
| 198 | |
| 199 | export class TestWorkspace extends Context.Service<TestWorkspace, TestWorkspaceHarness>()( |
| 200 | "executor-sdk/TestWorkspace", |
| 201 | ) { |
| 202 | static readonly current = < |
nothing calls this directly
no outgoing calls
no test coverage detected