(path: string)
| 1888 | } |
| 1889 | |
| 1890 | private makeLinkUrl(path: string) { |
| 1891 | return `${this.options.endpoint}${path}`; |
| 1892 | } |
| 1893 | |
| 1894 | private buildSerializers() { |
| 1895 | const linkers: Record<string, Linker<any>> = {}; |
no outgoing calls
no test coverage detected