Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
const char* getGitVersion() {
26
return DOC_LAYER_GIT_VERSION;
27
}
28
29
const char* getFlowGitVersion() {
30
return hgVersion;
Callers
4
call
Method · 0.85
call
Method · 0.85
printVersion
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected