( config: SessionDirProvider, workspaceId: string )
| 23 | } |
| 24 | |
| 25 | export function getAdditionalSystemContextPath( |
| 26 | config: SessionDirProvider, |
| 27 | workspaceId: string |
| 28 | ): string { |
| 29 | return path.join(config.getSessionDir(workspaceId), ADDITIONAL_SYSTEM_CONTEXT_FILENAME); |
| 30 | } |
| 31 | |
| 32 | export function getAdditionalSystemContextDisabledPath( |
| 33 | config: SessionDirProvider, |
no test coverage detected