MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getVersion

Method getVersion

src/main/version.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace lbug {
6namespace main {
7const char* Version::getVersion() {
8 return LBUG_CMAKE_VERSION;
9}
10
11uint64_t Version::getStorageVersion() {
12 return storage::StorageVersionInfo::getStorageVersion();

Callers 4

EmbeddedShellMethod · 0.45
processInputMethod · 0.45
writeCheckpointMethod · 0.45
beginCheckpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected