| 7 | #define CR_VERSION_STRING "0.0.0+unknown" |
| 8 | #endif |
| 9 | extern "C" __attribute__((visibility("default"))) |
| 10 | const char* CR_GetVersion() { return CR_VERSION_STRING; } |
| 11 | #include "cloud_hooks.h" |
| 12 | #include "cloud_intercept.h" |
| 13 | #include "cloud_storage.h" |
nothing calls this directly
no outgoing calls
no test coverage detected