| 85 | struct ClientInstance |
| 86 | { |
| 87 | ClientInstance() = default; |
| 88 | virtual ~ClientInstance() = default; |
| 89 | |
| 90 | /// This must return either a string with the file content or the location |
nothing calls this directly
no outgoing calls
no test coverage detected