MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / CR_GetVersion

Function CR_GetVersion

src/platform/linux/init.cpp:9–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#define CR_VERSION_STRING "0.0.0+unknown"
8#endif
9extern "C" __attribute__((visibility("default")))
10const char* CR_GetVersion() { return CR_VERSION_STRING; }
11#include "cloud_hooks.h"
12#include "cloud_intercept.h"
13#include "cloud_storage.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected