(
private sourceName: string,
private baseUrl: string,
private rechargeRatio: number = 1,
)
| 10 | readonly type = "oneapi"; |
| 11 | |
| 12 | constructor( |
| 13 | private sourceName: string, |
| 14 | private baseUrl: string, |
| 15 | private rechargeRatio: number = 1, |
| 16 | ) {} |
| 17 | |
| 18 | getApiPath(): string { |
| 19 | return "/api/pricing"; |
nothing calls this directly
no outgoing calls
no test coverage detected