Current base URL (without trailing slash).
()
| 73 | |
| 74 | /** Current base URL (without trailing slash). */ |
| 75 | get baseUrl(): string { |
| 76 | return this._baseUrl; |
| 77 | } |
| 78 | |
| 79 | /** Update the base URL and persist it to localStorage if non-empty. */ |
| 80 | setBaseUrl(value: string): void { |
nothing calls this directly
no outgoing calls
no test coverage detected