(input: {
id: string;
root: string;
mode?: WorkspaceMode;
sourceRoot?: string;
baseRef?: string;
baseSha?: string;
managed?: boolean;
})
| 22 | |
| 23 | export interface WorkspaceStore { |
| 24 | createSession(input: { |
| 25 | id: string; |
| 26 | root: string; |
| 27 | mode?: WorkspaceMode; |
no outgoing calls
no test coverage detected