MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / getGitVersion

Function getGitVersion

src/version.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "flow/hgVersion.h"
24
25const char* getGitVersion() {
26 return DOC_LAYER_GIT_VERSION;
27}
28
29const char* getFlowGitVersion() {
30 return hgVersion;

Callers 4

callMethod · 0.85
callMethod · 0.85
printVersionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected