| 160 | } |
| 161 | |
| 162 | export class WorkspaceServiceProxy extends WorkerEntrypoint<unknown, WorkspaceServiceProxyProps> { |
| 163 | // Forward to the host DO's Workspace stub accessor. The method |
| 164 | // name is intentionally private-looking so user code reaches for |
| 165 | // `getWorkspace(stub)` instead of calling it directly. |
nothing calls this directly
no outgoing calls
no test coverage detected